Skip to content

Commit e19be6c

Browse files
committed
Try to clean a bit the mess with the migrations.
1 parent 64ed3e5 commit e19be6c

File tree

3 files changed

+3
-81
lines changed

3 files changed

+3
-81
lines changed

warehouse/migrations/versions/4037669366ca_recreate_attestations_table.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

warehouse/migrations/versions/7ca0f1f5e7b3_rollback_attestation_migration.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

warehouse/migrations/versions/7f0c9f105f44_create_attestations_table.py renamed to warehouse/migrations/versions/9091e5fb04a4_create_attestations_table.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"""
1313
create Attestations table
1414
15-
Revision ID: 7f0c9f105f44
15+
Revision ID: 9091e5fb04a4
1616
Revises: 26455e3712a2
17-
Create Date: 2024-07-25 15:49:01.993869
17+
Create Date: 2024-08-22 13:54:03.141492
1818
"""
1919

2020
import sqlalchemy as sa
2121

2222
from alembic import op
2323
from sqlalchemy.dialects import postgresql
2424

25-
revision = "7f0c9f105f44"
25+
revision = "9091e5fb04a4"
2626
down_revision = "26455e3712a2"
2727

2828

0 commit comments

Comments
 (0)