We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116155a commit 861b667Copy full SHA for 861b667
tiled/catalog/migrations/versions/9b4bbdcdaf80_covering_index.py
@@ -6,12 +6,10 @@
6
7
"""
8
from alembic import op
9
-import sqlalchemy as sa
10
-
11
12
# revision identifiers, used by Alembic.
13
-revision = '9b4bbdcdaf80'
14
-down_revision = 'a963a6c32a0c'
+revision = "9b4bbdcdaf80"
+down_revision = "a963a6c32a0c"
15
branch_labels = None
16
depends_on = None
17
@@ -24,6 +22,7 @@ def upgrade():
24
22
postgresql_include=["key"],
25
23
)
26
+
27
def downgrade():
28
# Drop the index concurrently
29
op.drop_index(
0 commit comments