3 lines
100 B
SQL
3 lines
100 B
SQL
ALTER TABLE document_versions
|
|
ADD COLUMN operations_summary JSONB NOT NULL DEFAULT '{}'::jsonb;
|