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
{{ message }}
This repository has been archived by the owner on May 10, 2023. It is now read-only.
ideally it seems there should be some sort of "--all" flag in scdbstrip (or when --days 0) that can instantly perform something like:
CREATE TABLE new_foo LIKE foo;
RENAME TABLE foo TO old_foo, new_foo TO foo;
DROP TABLE old_foo;
on each of the pertinent tables, which would take a few moments instead of all but assuring a hard mysql reset.
fwiw the copy/drop method above seems a bit more reliable than "truncate" which invalidates my database in a way i can't comprehend.
The text was updated successfully, but these errors were encountered: