Merge branch 'main' into feature/event-tent

This commit is contained in:
stratic-dev
2024-04-22 22:17:38 +01:00
21 changed files with 333 additions and 108 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;