didn't add the migration sciprts

This commit is contained in:
Jun-te Kim 2025-08-14 17:25:47 +00:00
parent 816162be84
commit 39627a412c

View file

@ -47,6 +47,8 @@ def run_migrations_online() -> None:
context.configure(
connection=connection,
target_metadata=target_metadata,
compare_type=True,
compare_server_default=True,
)
with context.begin_transaction():
context.run_migrations()