1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00
phorge-phorge/resources/sql/autopatches/20150610.spaces.1.desc.sql
epriestley 814b586f5d Add a "Description" field to Spaces
Summary:
Ref T8377.

  - Add a description field.
  - Add edges so files can be attached.

Test Plan: {F492410}

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T8377

Differential Revision: https://secure.phabricator.com/D13235
2015-06-10 15:53:51 -07:00

2 lines
110 B
SQL

ALTER TABLE {$NAMESPACE}_spaces.spaces_namespace
ADD description LONGTEXT COLLATE {$COLLATE_TEXT} NOT NULL;