mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
f424f9f2d2
Summary: Ref T4292. This will let the UI and future `bin/repository` tools give administrators more tools to understand problems when reporting or resolving them. Test Plan: - Pushed fully clean repository. - Pushed previously-pushed repository. - Forced write to abort, inspected useful information in the database. Reviewers: chad Reviewed By: chad Maniphest Tasks: T4292 Differential Revision: https://secure.phabricator.com/D15748
2 lines
122 B
SQL
2 lines
122 B
SQL
ALTER TABLE {$NAMESPACE}_repository.repository_workingcopyversion
|
|
ADD writeProperties LONGTEXT COLLATE {$COLLATE_TEXT};
|