This commit is contained in:
2026-04-12 21:43:39 +02:00
parent 63bd1e73f2
commit f72a5019e9
27 changed files with 1791 additions and 266 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE project_mappings
ADD COLUMN IF NOT EXISTS requires_photo TINYINT(1) NOT NULL DEFAULT 0 AFTER output_dir;