Page MenuHomePhabricator

D14915.id36040.diff
No OneTemporary

D14915.id36040.diff

diff --git a/resources/sql/autopatches/20151230.phame.domainkey.sql b/resources/sql/autopatches/20151230.phame.domainkey.sql
new file mode 100644
--- /dev/null
+++ b/resources/sql/autopatches/20151230.phame.domainkey.sql
@@ -0,0 +1,2 @@
+ALTER TABLE {$NAMESPACE}_phame.phame_blog
+ DROP INDEX domain;
diff --git a/src/applications/phame/storage/PhameBlog.php b/src/applications/phame/storage/PhameBlog.php
--- a/src/applications/phame/storage/PhameBlog.php
+++ b/src/applications/phame/storage/PhameBlog.php
@@ -54,10 +54,6 @@
'columns' => array('phid'),
'unique' => true,
),
- 'domain' => array(
- 'columns' => array('domain'),
- 'unique' => true,
- ),
),
) + parent::getConfiguration();
}

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 1, 11:51 PM (3 w, 15 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7729179
Default Alt Text
D14915.id36040.diff (770 B)

Event Timeline