Skip to content

Commit

Permalink
Merge pull request #2267 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
Dev server
  • Loading branch information
nashnsulthan authored Nov 5, 2024
2 parents 4e4d34a + 7ce1215 commit fcb5768
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 fcb5768

Please sign in to comment.