Page MenuHomePhabricator

D7372.id16589.diff
No OneTemporary

D7372.id16589.diff

Index: resources/sql/patches/20131020.pxdrop.sql
===================================================================
--- /dev/null
+++ resources/sql/patches/20131020.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
@@ -1696,6 +1696,10 @@
'type' => 'php',
'name' => $this->getPatchPath('20131020.pxactionmig.php'),
),
+ '20131020.pxdrop.sql' => array(
+ 'type' => 'sql',
+ 'name' => $this->getPatchPath('20131020.pxdrop.sql'),
+ ),
);
}
}

File Metadata

Mime Type
text/plain
Expires
Mar 21 2025, 10:35 PM (4 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7683558
Default Alt Text
D7372.id16589.diff (810 B)

Event Timeline