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/d84edab53761_add_restriction_ondelete.py
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,26 @@
1
1
"""add restriction ondelete
2
2
3
-
Revision ID: bc9c46960430
3
+
Revision ID: d84edab53761
4
4
Revises: 163b11424cb1
5
-
Create Date: 2025-02-25 08:25:05.439960+00:00
5
+
Create Date: 2025-02-25 09:18:14.541874+00:00
6
6
7
7
"""
8
8
fromalembicimportop
9
9
10
10
# revision identifiers, used by Alembic.
11
-
revision="bc9c46960430"
11
+
revision="d84edab53761"
12
12
down_revision="163b11424cb1"
13
13
branch_labels=None
14
14
depends_on=None
15
15
16
16
17
17
defupgrade():
18
18
# ### commands auto generated by Alembic - please adjust! ###
0 commit comments