Page MenuHomePhabricator

D14067.id34007.diff
No OneTemporary

D14067.id34007.diff

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

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)

Event Timeline