From b212cfece9ee282c3a7f99e4e3d7934985e402d4 Mon Sep 17 00:00:00 2001 From: Viet Than Date: Sat, 29 Jul 2023 22:15:40 -0400 Subject: [PATCH] forgot now --- ..._02_06_08_7f0427506952_change_to_datetimez_table_usernotes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/migrations/versions/2023_07_30_02_06_08_7f0427506952_change_to_datetimez_table_usernotes.py b/migrations/versions/2023_07_30_02_06_08_7f0427506952_change_to_datetimez_table_usernotes.py index ea642c86c..5b898a821 100644 --- a/migrations/versions/2023_07_30_02_06_08_7f0427506952_change_to_datetimez_table_usernotes.py +++ b/migrations/versions/2023_07_30_02_06_08_7f0427506952_change_to_datetimez_table_usernotes.py @@ -7,6 +7,7 @@ Create Date: 2023-07-30 02:06:08.372763+00:00 """ from alembic import op import sqlalchemy as sa +from sqlalchemy.sql.functions import now # revision identifiers, used by Alembic.