You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: merger/merger.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -1566,7 +1566,7 @@ def optimize_database():
1566
1566
exceptKeyboardInterrupt:
1567
1567
pass
1568
1568
1569
-
print("\nScript finished! Thanks for using!")
1569
+
getpass("\nScript finished! Thanks for using!\nPress ENTER to exit")
1570
1570
1571
1571
# SELECT NOT EXISTS (SELECT * FROM replies EXCEPT SELECT * FROM definitive_replies) AND NOT EXISTS (SELECT * FROM definitive_replies EXCEPT SELECT * FROM replies);
1572
1572
# msgstore.execute("CREATE TRIGGER IF NOT EXISTS _temporal_migration_trigger_ AFTER UPDATE ON messages_quotes BEGIN UPDATE messages SET quoted_row_id = new.quoted_row_id WHERE key_id=old.key_id; END")
0 commit comments