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
3 lines
80 B
SQL
3 lines
80 B
SQL
ALTER TABLE {$NAMESPACE}_file.file
|
|
ADD isExplicitUpload BOOLEAN DEFAULT TRUE;
|