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