mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 23:14:36 +01:00
test weekly stamp fix
This commit is contained in:
6
schemas/patch-schema/fix-weekly-stamps.sql
Normal file
6
schemas/patch-schema/fix-weekly-stamps.sql
Normal 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;
|
||||
Reference in New Issue
Block a user