Skip to content

Commit

Permalink
addtables
Browse files Browse the repository at this point in the history
  • Loading branch information
Парфенов Михаил Александрович committed Nov 30, 2024
1 parent e8ca81a commit b59ae84
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@


def upgrade():
op.drop_index(
'ix_ODS_TIMETABLE_ods_timetable_act_event_text', table_name='ods_timetable_act', schema='ODS_TIMETABLE'
)
op.revoke_on_table(
"test_dwh_ods_timetable_read" if os.getenv("ENVIRONMENT") != "production" else "prod_dwh_ods_timetable_read",
['SELECT'],
Expand Down

0 comments on commit b59ae84

Please sign in to comment.