Skip to content

Commit a1a972b

Browse files
committed
updates migration
1 parent 457e405 commit a1a972b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""trash columns in workspaces
22
3-
Revision ID: 46a50398c28a
4-
Revises: 8bfe65a5e294
5-
Create Date: 2024-11-12 17:18:46.668241+00:00
3+
Revision ID: 788ab7895967
4+
Revises: 8e1f83486be7
5+
Create Date: 2024-11-18 20:05:33.941244+00:00
66
77
"""
88
import sqlalchemy as sa
99
from alembic import op
1010

1111
# revision identifiers, used by Alembic.
12-
revision = "46a50398c28a"
13-
down_revision = "8bfe65a5e294"
12+
revision = "788ab7895967"
13+
down_revision = "8e1f83486be7"
1414
branch_labels = None
1515
depends_on = None
1616

0 commit comments

Comments
 (0)