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/24a877297edc_add_license_db_tables.py
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
"""add license db tables
2
2
3
-
Revision ID: 4901050f94f4
3
+
Revision ID: 24a877297edc
4
4
Revises: e05bdc5b3c7b
5
-
Create Date: 2024-12-04 10:54:13.440309+00:00
5
+
Create Date: 2024-12-05 10:47:31.251248+00:00
6
6
7
7
"""
8
8
importsqlalchemyassa
9
9
fromalembicimportop
10
10
11
11
# revision identifiers, used by Alembic.
12
-
revision="4901050f94f4"
12
+
revision="24a877297edc"
13
13
down_revision="e05bdc5b3c7b"
14
14
branch_labels=None
15
15
depends_on=None
@@ -18,8 +18,8 @@
18
18
defupgrade():
19
19
# ### commands auto generated by Alembic - please adjust! ###
Copy file name to clipboardExpand all lines: packages/postgres-database/src/simcore_postgres_database/models/resource_tracker_licensed_items_purchases.py
0 commit comments