Add diary photos and linked patch history
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE concert_diary
|
||||
ADD COLUMN IF NOT EXISTS photo_path TEXT;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE concert_diary
|
||||
ADD COLUMN IF NOT EXISTS photo_path TEXT;
|
||||