Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15414108
D7372.id.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.id.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
Thu, Mar 20, 11:12 PM (4 w, 21 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7704927
Default Alt Text
D7372.id.diff (816 B)
Attached To
Mode
D7372: (Later...) Drop legacy Project transaction table
Attached
Detach File
Event Timeline
Log In to Comment