Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto dev
  • Loading branch information
aswanthabam committed Nov 5, 2024
2 parents a813a13 + 1cf5706 commit 469dd30
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 469dd30

Please sign in to comment.