raccordement migrations (insertion "calais")

This commit is contained in:
Emmanuel Viennet 2022-06-23 11:28:20 +02:00
parent 58551c7c4f
commit 137e04be04
2 changed files with 1 additions and 13 deletions

View File

@ -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 ###

View File

@ -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