Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F93606
D7372.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
831 B
Referenced Files
None
Subscribers
None
D7372.diff
View Options
diff --git a/resources/sql/patches/20131219.pxdrop.sql b/resources/sql/patches/20131219.pxdrop.sql
new file mode 100644
--- /dev/null
+++ b/resources/sql/patches/20131219.pxdrop.sql
@@ -0,0 +1 @@
+DROP TABLE {$NAMESPACE}_project.project_legacytransaction;
diff --git a/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php b/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php
--- a/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php
+++ b/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/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/wi/77/jngsn5ufnaftpt54
Default Alt Text
D7372.diff (831 B)
Attached To
Mode
D7372: (Later...) Drop legacy Project transaction table
Attached
Detach File
Event Timeline
Log In to Comment