forked from ScoDoc/ScoDoc
raccordement migrations (insertion "calais")
This commit is contained in:
parent
58551c7c4f
commit
137e04be04
@ -65,18 +65,6 @@ def upgrade():
|
||||
sa.Column("version_orebut", sa.Text(), nullable=True),
|
||||
)
|
||||
|
||||
# op.create_index(
|
||||
# op.f("ix_scolar_news_authenticated_user"),
|
||||
# "scolar_news",
|
||||
# ["authenticated_user"],
|
||||
# unique=False,
|
||||
# )
|
||||
# op.create_index(op.f("ix_scolar_news_date"), "scolar_news", ["date"], unique=False)
|
||||
# op.create_index(
|
||||
# op.f("ix_scolar_news_object"), "scolar_news", ["object"], unique=False
|
||||
# )
|
||||
# op.create_index(op.f("ix_scolar_news_type"), "scolar_news", ["type"], unique=False)
|
||||
|
||||
# ### end Alembic commands ###
|
||||
|
||||
|
||||
|
@ -11,7 +11,7 @@ import sqlalchemy as sa
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = "af77ca6a89d0"
|
||||
down_revision = "d5b3bdd1d622"
|
||||
down_revision = "3c31bb0b27c9"
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user