This commit is contained in:
Kenneth Kehl
2023-08-29 14:54:30 -07:00
parent 19dcd7a48b
commit 1ecb747c6d
588 changed files with 34091 additions and 23580 deletions
@@ -7,8 +7,8 @@ Create Date: 2018-12-12 12:00:09.770775
"""
from alembic import op
revision = '0246_notifications_index'
down_revision = '0245_archived_flag_jobs'
revision = "0246_notifications_index"
down_revision = "0245_archived_flag_jobs"
def upgrade():
@@ -20,7 +20,4 @@ def upgrade():
def downgrade():
conn = op.get_bind()
conn.execute(
"DROP INDEX IF EXISTS ix_notifications_service_created_at"
)
conn.execute("DROP INDEX IF EXISTS ix_notifications_service_created_at")