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:
parent
4eb4399640
commit
3629ebebe9
1 changed files with 1 additions and 0 deletions
1
resources/sql/autopatches/20141001.schema.01.version.sql
Normal file
1
resources/sql/autopatches/20141001.schema.01.version.sql
Normal file
|
@ -0,0 +1 @@
|
|||
DROP TABLE IF EXISTS {$NAMESPACE}_meta_data.schema_version;
|
Loading…
Reference in a new issue