Page MenuHomePhabricator

D7372.diff

diff --git a/resources/sql/patches/20131219.pxdrop.sql b/resources/sql/patches/20131219.pxdrop.sql
new file mode 100644
--- /dev/null
+++ b/resources/sql/patches/20131219.pxdrop.sql
@@ -0,0 +1 @@
+DROP TABLE {$NAMESPACE}_project.project_legacytransaction;
diff --git a/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php b/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php
--- a/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php
+++ b/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php
@@ -1844,6 +1844,10 @@
'type' => 'sql',
'name' => $this->getPatchPath('20131217.pushlogphid.3.key.sql'),
),
+ '20131219.pxdrop.sql' => array(
+ 'type' => 'sql',
+ 'name' => $this->getPatchPath('20131219.pxdrop.sql'),
+ ),
);
}
}

File Metadata

Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/wi/77/jngsn5ufnaftpt54
Default Alt Text
D7372.diff (831 B)

Event Timeline