Skip to content

Commit 551c590

Browse files
author
ColeMeikle
committed
Fixing pytest errors
1 parent 6c97b9a commit 551c590

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

migrations/versions/eb50ffe96509_init.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
import sqlmodel
1111
from alembic import op
1212

13+
op.execute("CREATE SCHEMA IF NOT EXISTS aro_users;")
14+
op.execute("CREATE SCHEMA IF NOT EXISTS main;")
15+
op.execute("CREATE SCHEMA IF NOT EXISTS transactional;")
16+
1317
# revision identifiers, used by Alembic.
1418
revision = "eb50ffe96509"
1519
down_revision = None

0 commit comments

Comments
 (0)