Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15418325
D7372.id16589.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
810 B
Referenced Files
None
Subscribers
None
D7372.id16589.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D7372: (Later...) Drop legacy Project transaction table
Attached
Detach File
Event Timeline
Log In to Comment