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:
2026-03-23 12:53:44 +03:00
parent dd75794a78
commit c0945e7264

View 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 '{}';