From 39627a412ca06dc67e7923bbaf0dd40d3623f704 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Thu, 14 Aug 2025 17:25:47 +0000 Subject: [PATCH] didn't add the migration sciprts --- alembic/env.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alembic/env.py b/alembic/env.py index d2fc42f..a9d58f7 100644 --- a/alembic/env.py +++ b/alembic/env.py @@ -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()