Page MenuHomePhabricator

D7372.id17649.diff
No OneTemporary

D7372.id17649.diff

Index: resources/sql/patches/20131219.pxdrop.sql
===================================================================
--- /dev/null
+++ resources/sql/patches/20131219.pxdrop.sql
@@ -0,0 +1 @@
+DROP TABLE {$NAMESPACE}_project.project_legacytransaction;
Index: src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php
===================================================================
--- src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php
+++ 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/plain
Expires
Sun, Dec 29, 2:50 PM (8 h, 41 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6942571
Default Alt Text
D7372.id17649.diff (816 B)

Event Timeline