Add diary photos and linked patch history

This commit is contained in:
kai
2026-08-29 10:46:48 +02:00
parent 159515b0eb
commit 0b0b19b53a
8 changed files with 190 additions and 41 deletions
+2
View File
@@ -0,0 +1,2 @@
ALTER TABLE concert_diary
ADD COLUMN IF NOT EXISTS photo_path TEXT;
+2
View File
@@ -0,0 +1,2 @@
ALTER TABLE user_badges
ADD COLUMN IF NOT EXISTS trigger_concert_id INTEGER REFERENCES concerts(id) ON DELETE SET NULL;