You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/postgres-database/src/simcore_postgres_database/migration/versions/1d74a6de5e36_move_projects_workbench.py
+31-6Lines changed: 31 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,27 @@
1
1
"""Move projects workbench
2
2
3
-
Revision ID: 028ada3e3ec9
3
+
Revision ID: 1d74a6de5e36
4
4
Revises: 307017ee1a49
5
-
Create Date: 2025-01-07 10:25:54.137095+00:00
5
+
Create Date: 2025-01-07 11:54:32.232909+00:00
6
6
7
7
"""
8
8
importsqlalchemyassa
9
9
fromalembicimportop
10
10
fromsqlalchemy.dialectsimportpostgresql
11
11
12
12
# revision identifiers, used by Alembic.
13
-
revision="028ada3e3ec9"
13
+
revision="1d74a6de5e36"
14
14
down_revision="307017ee1a49"
15
15
branch_labels=None
16
16
depends_on=None
17
17
18
18
19
19
defupgrade():
20
20
# ### commands auto generated by Alembic - please adjust! ###
0 commit comments