Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15391565
D14067.id34007.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D14067.id34007.diff
View Options
diff --git a/resources/sql/autopatches/20150906.mailinglist.sql b/resources/sql/autopatches/20150906.mailinglist.sql
new file mode 100644
--- /dev/null
+++ b/resources/sql/autopatches/20150906.mailinglist.sql
@@ -0,0 +1 @@
+DROP TABLE {$NAMESPACE}_metamta.metamta_mailinglist;
diff --git a/src/applications/mailinglists/storage/PhabricatorMetaMTAMailingList.php b/src/applications/mailinglists/storage/PhabricatorMetaMTAMailingList.php
deleted file mode 100644
--- a/src/applications/mailinglists/storage/PhabricatorMetaMTAMailingList.php
+++ /dev/null
@@ -1,40 +0,0 @@
-<?php
-
-/**
- * TODO: This class is just here to keep `storage adjust` happy until we
- * destroy the table.
- */
-final class PhabricatorMetaMTAMailingList extends PhabricatorMetaMTADAO {
-
- protected $name;
- protected $email;
- protected $uri;
-
-
- protected function getConfiguration() {
- return array(
- self::CONFIG_AUX_PHID => true,
- self::CONFIG_COLUMN_SCHEMA => array(
- 'name' => 'text128',
- 'email' => 'text128',
- 'uri' => 'text255?',
- ),
- self::CONFIG_KEY_SCHEMA => array(
- 'key_phid' => null,
- 'phid' => array(
- 'columns' => array('phid'),
- 'unique' => true,
- ),
- 'email' => array(
- 'columns' => array('email'),
- 'unique' => true,
- ),
- 'name' => array(
- 'columns' => array('name'),
- 'unique' => true,
- ),
- ),
- ) + parent::getConfiguration();
- }
-
-}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 10:35 AM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224114
Default Alt Text
D14067.id34007.diff (1 KB)
Attached To
Mode
D14067: Drop the `metamta_mailinglist` table
Attached
Detach File
Event Timeline
Log In to Comment