diff --git a/updatedb/updateDb.v12.9.sql b/updatedb/updateDb.v12.9.sql new file mode 100644 index 0000000000..508526c2fa --- /dev/null +++ b/updatedb/updateDb.v12.9.sql @@ -0,0 +1,3 @@ +ALTER TABLE `configurations` +CHANGE COLUMN `language` `language` VARCHAR(25) NOT NULL DEFAULT 'en_US'; +UPDATE configurations SET version = '12.8', modified = now() WHERE id = 1; \ No newline at end of file