Skip to content

Commit

Permalink
Add Nokia RAML20 CM import and load tables
Browse files Browse the repository at this point in the history
  • Loading branch information
erssebaggala authored Mar 20, 2019
1 parent 3d63b4f commit e421730
Show file tree
Hide file tree
Showing 6 changed files with 12,380 additions and 48 deletions.
4 changes: 2 additions & 2 deletions alembic/versions/17b98365d38d_create_cm_data_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def upgrade():

# Nokia
op.execute("CREATE SCHEMA nokia_cm")
op.execute("CREATE SCHEMA nokia_raml2")
op.execute("CREATE SCHEMA nokia_raml20")


def downgrade():
Expand All @@ -61,4 +61,4 @@ def downgrade():

# Nokia
op.execute("DROP SCHEMA nokia_cm")
op.execute("DROP SCHEMA nokia_raml2")
op.execute("DROP SCHEMA nokia_raml20")

Large diffs are not rendered by default.

23 changes: 0 additions & 23 deletions alembic/versions/63f20accf576_create_nokia_2g_cm_data_tables.py

This file was deleted.

Loading

0 comments on commit e421730

Please sign in to comment.