mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
77a8765824
Summary: Added a column called explicit_upload to Phabricator_File.file table Test Plan: By chekcing locally if the the column has been added in table using mysql commands. Reviewers: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5384
2 lines
80 B
SQL
2 lines
80 B
SQL
ALTER TABLE {$NAMESPACE}_file.file
|
|
ADD isExplicitUpload BOOLEAN DEFAULT TRUE;
|