fix: add photos column to room_categories via migration 019
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2
backend/migrations/019_categories_photos.sql
Normal file
2
backend/migrations/019_categories_photos.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Add photos column to room_categories if it doesn't exist
|
||||
ALTER TABLE room_categories ADD COLUMN IF NOT EXISTS photos TEXT[] NOT NULL DEFAULT '{}';
|
||||
Reference in New Issue
Block a user