mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 08:25:09 +01:00
Rename fix-weekly-stamps.sql to 24-fix-weekly-stamps.sql
This commit is contained in:
6
schemas/patch-schema/24-fix-weekly-stamps.sql
Normal file
6
schemas/patch-schema/24-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