Skip to content

Commit

Permalink
[471] Missed update for armory_instance_template table (rename some…
Browse files Browse the repository at this point in the history
… field).
  • Loading branch information
Shadez committed Feb 5, 2011
1 parent 15c4310 commit 4a22d7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/revision_nr.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
define('ARMORY_REVISION', 470);
define('DB_VERSION', 'armory_r467');
define('ARMORY_REVISION', 471);
define('DB_VERSION', 'armory_r471');
define('CONFIG_VERSION', '2001201101');
?>
4 changes: 4 additions & 0 deletions sql/updates/armory_r470_armory_instance_template.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
UPDATE `armory_db_version` SET `version` = 'armory_r471';
ALTER TABLE `armory_instance_template` CHANGE `name_fr_fr` `name_es_es_tmp` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE `armory_instance_template` CHANGE `name_es_es` `name_fr_fr` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL;
ALTER TABLE `armory_instance_template` CHANGE `name_es_es_tmp` `name_es_es` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL;

0 comments on commit 4a22d7f

Please sign in to comment.