Split change_tag sql patch
authoraddshore <addshorewiki@gmail.com>
Thu, 22 Aug 2013 13:05:15 +0000 (15:05 +0200)
committeraddshore <addshorewiki@gmail.com>
Fri, 4 Oct 2013 19:03:44 +0000 (21:03 +0200)
commitebf3e7c58d32fe438ee8673dbee066d722f32f80
tree45ac0bce0e6a96d2b4c678a9e4f4968c7d6fc4d7
parenta6169910ea1e9e63b83595f06f444cde8cb2bfcd
Split change_tag sql patch

After pulling master and some extensions and
running the update script these tables are not
created when needed.

DB returned error "1146: Table 'my_wiki.valid_tag'

This is probably a broken edge case

This patch splits the patch into three seperate
patches ensuring all of the tables are created if
they dont already exist

Change-Id: I79c740dc4ec68d3c5aa0572dc77ea3ac8d305db9
includes/installer/MysqlUpdater.php
includes/installer/SqliteUpdater.php
maintenance/archives/patch-change_tag.sql
maintenance/archives/patch-tag_summary.sql [new file with mode: 0644]
maintenance/archives/patch-valid_tag.sql [new file with mode: 0644]