mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
eb28a7caef
Summary: Fixes T5532. Allow documents to have a preamble in the header which can be used to explain who should sign a document and why. Particularly, I plan to use this to navigate the corporate vs individual stuff more sensibly. Test Plan: {F174228} Reviewers: chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T5532 Differential Revision: https://secure.phabricator.com/D9819
2 lines
110 B
SQL
2 lines
110 B
SQL
ALTER TABLE {$NAMESPACE}_legalpad.legalpad_document
|
|
ADD preamble LONGTEXT NOT NULL COLLATE utf8_general_ci;
|