Skip to content

Commit

Permalink
Merge pull request #2266 from gtech-mulearn/fix/migration
Browse files Browse the repository at this point in the history
Fix: Migration Error
  • Loading branch information
nashnsulthan authored Nov 5, 2024
2 parents 9b8bf4e + f330ab4 commit 7ce1215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alter-scripts/alter-1.59.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ def get_recurring_lc_ids():

def migrate_to_new_lc():
lcs = get_recurring_lc_ids()
execute("DROP TABLE IF EXISTS circle_meet_attendee_report;")
execute("DROP TABLE IF EXISTS circle_meet_attendees;")
execute("DROP TABLE IF EXISTS circle_meet_tasks;")
execute("DROP TABLE IF EXISTS circle_meet_attendee_report;")
execute("DROP TABLE IF EXISTS circle_meeting_log;")
execute(
"""
Expand Down

0 comments on commit 7ce1215

Please sign in to comment.