diff --git a/includes/revision_nr.php b/includes/revision_nr.php index 6206066b3..96be3bd4c 100644 --- a/includes/revision_nr.php +++ b/includes/revision_nr.php @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/sql/updates/armory_r470_armory_instance_template.sql b/sql/updates/armory_r470_armory_instance_template.sql new file mode 100644 index 000000000..2fe21def6 --- /dev/null +++ b/sql/updates/armory_r470_armory_instance_template.sql @@ -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; \ No newline at end of file