1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/resources/sql/patches/20130319.phabricatorfileexplicitupload.sql
Afaque Hussain 77a8765824 Schema patch to add a column to Phabricator_File.file table
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
2013-03-19 15:00:44 -07:00

2 lines
80 B
SQL

ALTER TABLE {$NAMESPACE}_file.file
ADD isExplicitUpload BOOLEAN DEFAULT TRUE;