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.