Add PainterPalette integration, canonical DB schema, and influence UI fixes.
Integrate Inputs/PainterPalette.csv for artist metadata and influence links, add db/schema.sql with server/migrate.js, letterbox influence panel thumbnails, and refresh Titian/Pontormo images. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
4eead54062
commit
b2cae284ac
@@ -0,0 +1,6 @@
|
||||
-- PainterPalette.csv enrichment fields on artists
|
||||
ALTER TABLE artists
|
||||
ADD COLUMN IF NOT EXISTS palette_metadata JSONB;
|
||||
|
||||
CREATE INDEX IF NOT EXISTS artists_palette_metadata_idx
|
||||
ON artists USING gin (palette_metadata);
|
||||
Reference in New Issue
Block a user