b0de46790a
Rename migration files (039-052) from sequential to real deployed timestamps, add 11 missing migration files that were applied directly to production, apply invoice_delivery_note_sequences migration, and rename placeholder files for clarity. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 lines
239 B
SQL
4 lines
239 B
SQL
-- Add artifact column to chat_messages for structured visualization specs
|
|
ALTER TABLE public.chat_messages ADD COLUMN artifact jsonb;
|
|
COMMENT ON COLUMN public.chat_messages.artifact IS 'Structured visualization spec (ArtifactSpec JSON)';
|