The title, classification, and document_type columns have been moved to document_versions. The document_approvers and document_version_approvers tables have been replaced by approval quorums and decisions. Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2 lines
72 B
SQL
2 lines
72 B
SQL
ALTER TABLE documents ALTER COLUMN classification SET DEFAULT 'SECRET';
|