1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-18 19:40:55 +01:00

Drop very old schema_version table if it exists

Summary: Ref T1191. This predates the mdoern patch stuff and may exist on very, very old installs. By the time they apply this patch, it's guaranteed it won't matter anymore. Drop it to make the schemata consistent with expectations.

Test Plan: Ran patch on installs with and without the table.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T1191

Differential Revision: https://secure.phabricator.com/D10611
This commit is contained in:
epriestley 2014-10-01 12:43:20 -07:00
parent 4eb4399640
commit 3629ebebe9

View file

@ -0,0 +1 @@
DROP TABLE IF EXISTS {$NAMESPACE}_meta_data.schema_version;