test weekly stamp fix

This commit is contained in:
wish
2024-03-11 23:31:39 +11:00
parent 19aadc6e10
commit 25bb69b6df
2 changed files with 22 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
BEGIN;
ALTER TABLE IF EXISTS public.stamps RENAME hl_next TO hl_checked;
ALTER TABLE IF EXISTS public.stamps RENAME ex_next TO ex_checked;
END;