Skip to content

Commit 1a6b318

Browse files
update script
1 parent 2a68471 commit 1a6b318

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""remove workbench column
22
3-
Revision ID: e8f1cc986f8e
3+
Revision ID: 2a340e8c8e9d
44
Revises: 5f88b513cd4c
5-
Create Date: 2025-01-29 13:11:46.025014+00:00
5+
Create Date: 2025-01-29 13:35:59.688366+00:00
66
77
"""
88
import sqlalchemy as sa
99
from alembic import op
1010
from sqlalchemy.dialects import postgresql
1111

1212
# revision identifiers, used by Alembic.
13-
revision = "e8f1cc986f8e"
13+
revision = "2a340e8c8e9d"
1414
down_revision = "5f88b513cd4c"
1515
branch_labels = None
1616
depends_on = None

0 commit comments

Comments
 (0)