migrations: update down_revision for skills marketplace tables
This commit is contained in:
@@ -1,26 +0,0 @@
|
|||||||
"""merge heads: skills marketplace + master
|
|
||||||
|
|
||||||
Revision ID: 9e4bf062dec4
|
|
||||||
Revises: 2a4fe0f6df5b, c9d7e9b6a4f2
|
|
||||||
Create Date: 2026-02-13 22:23:58.385844
|
|
||||||
|
|
||||||
"""
|
|
||||||
from __future__ import annotations
|
|
||||||
|
|
||||||
from alembic import op
|
|
||||||
import sqlalchemy as sa
|
|
||||||
|
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
|
||||||
revision = '9e4bf062dec4'
|
|
||||||
down_revision = ('2a4fe0f6df5b', 'c9d7e9b6a4f2')
|
|
||||||
branch_labels = None
|
|
||||||
depends_on = None
|
|
||||||
|
|
||||||
|
|
||||||
def upgrade() -> None:
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
def downgrade() -> None:
|
|
||||||
pass
|
|
||||||
@@ -14,7 +14,7 @@ from alembic import op
|
|||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = "c9d7e9b6a4f2"
|
revision = "c9d7e9b6a4f2"
|
||||||
down_revision = "b6f4c7d9e1a2"
|
down_revision = "b05c7b628636"
|
||||||
branch_labels = None
|
branch_labels = None
|
||||||
depends_on = None
|
depends_on = None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user