Files
Art-gallery/db/migrate-curator-notes.sql
T
Danila KhodjaefandCursor bc8369e373 Add public curator notes and U-shaped hall wall hang.
Paintings get editable curator notes with brass plates in the 3D hall, and visit order now uses the far/end wall between left and right.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-25 14:21:22 +03:00

3 lines
89 B
SQL

ALTER TABLE paintings
ADD COLUMN IF NOT EXISTS curator_notes TEXT NOT NULL DEFAULT '';