You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(adk): rename extension migration to timestamp format
Renamed `0001_create_adk_tables.py` to `20251011215914_create_adk_tables.py`
to align with the new hybrid versioning system implemented in #116.
This completes the migration of all existing migrations to the new timestamp
format, ensuring consistency across project and extension migrations.
0 commit comments