Skip to content

Commit

Permalink
[467] Rename some fields (fr_fr->es_es->fr_fr) in `armory_instance_da…
Browse files Browse the repository at this point in the history
…ta` table.
  • Loading branch information
Shadez committed Feb 4, 2011
1 parent f9b6cc7 commit 01d8bde
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', 466);
define('DB_VERSION', 'armory_r456');
define('ARMORY_REVISION', 467);
define('DB_VERSION', 'armory_r467');
define('CONFIG_VERSION', '2001201101');
?>
4 changes: 4 additions & 0 deletions sql/updates/armory_r467_armory_instance_data.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
UPDATE `armory_db_version` SET `version` = 'armory_r467';
ALTER TABLE `armory_instance_data` CHANGE `name_fr_fr` `name_es_es_tmp` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE `armory_instance_data` CHANGE `name_es_es` `name_fr_fr` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL;
ALTER TABLE `armory_instance_data` CHANGE `name_es_es_tmp` `name_es_es` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL;

0 comments on commit 01d8bde

Please sign in to comment.