Skip to content

Commit

Permalink
Create ZTE Excel Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
erssebaggala authored Mar 13, 2019
1 parent 2c19c36 commit 9f44b85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alembic/versions/17b98365d38d_create_cm_data_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def upgrade():
# ZTE
op.execute("CREATE SCHEMA zte_cm")
op.execute("CREATE SCHEMA zte_bulkcm")
op.execute("CREATE SCHEMA zte_excel")

# Nokia
op.execute("CREATE SCHEMA nokia_cm")
Expand All @@ -56,6 +57,7 @@ def downgrade():
# ZTE
op.execute("DROP SCHEMA zte_cm")
op.execute("DROP SCHEMA zte_bulkcm")
op.execute("DROP SCHEMA zte_excel")

# Nokia
op.execute("DROP SCHEMA nokia_cm")
Expand Down

0 comments on commit 9f44b85

Please sign in to comment.