Default language code changed from 'en_GB' to 'C'.
[fa-stable.git] / sql / alter2.3rc.sql
index c045f069c15a1b6d8cdfb63bbfb24c11bed0b77d..c50b6b05363f2d94454ccaf14e6258b5242f91a8 100644 (file)
@@ -1,2 +1,4 @@
 ALTER TABLE `0_supp_trans` ADD COLUMN `tax_included` tinyint(1) NOT NULL default '0';
 ALTER TABLE `0_purch_orders` ADD COLUMN `tax_included` tinyint(1) NOT NULL default '0';
+UPDATE `crm_persons` SET `lang`='C' WHERE `lang`='en_GB';
+UPDATE `crm_users` SET `language`='C' WHERE `language`='en_GB';