Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15527285
D14915.id36040.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
770 B
Referenced Files
None
Subscribers
None
D14915.id36040.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 23, 2:29 AM (12 h, 54 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7729179
Default Alt Text
D14915.id36040.diff (770 B)
Attached To
Mode
D14915: Drop domain key on PhameBlog
Attached
Detach File
Event Timeline
Log In to Comment