mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
9e1b643896
Summary: this then enables people to create blog.theircompany.com. And for us, blog.phacility.com...! Test Plan: - created custom URIs of various goodness and verified the error messages were sensical. - verified if "false" in configuration then custom uri stuff disappears Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T1373 Differential Revision: https://secure.phabricator.com/D3542
4 lines
172 B
SQL
4 lines
172 B
SQL
ALTER TABLE `{$NAMESPACE}_phame`.`phame_blog`
|
|
ADD COLUMN `domain` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin
|
|
AFTER `description`,
|
|
ADD UNIQUE KEY (`domain`);
|