Merge branch 'refs/heads/main' into feature/event-tent

This commit is contained in:
wish
2025-04-01 20:39:19 +11:00
31 changed files with 280 additions and 181 deletions

View File

@@ -0,0 +1,6 @@
BEGIN;
ALTER TABLE distribution ADD COLUMN rights INTEGER;
ALTER TABLE distribution ADD COLUMN selection BOOLEAN;
END;