X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sql%2Falter2.3rc.sql;h=cb14d6ea864112891349d606c53be464aaa421cc;hb=refs%2Ftags%2Fv2.4.3;hp=c50b6b05363f2d94454ccaf14e6258b5242f91a8;hpb=cdea200a3f1f1c3ebb65f9afae864bf8cde43c6a;p=fa-stable.git diff --git a/sql/alter2.3rc.sql b/sql/alter2.3rc.sql index c50b6b05..cb14d6ea 100644 --- a/sql/alter2.3rc.sql +++ b/sql/alter2.3rc.sql @@ -1,4 +1,5 @@ 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'; +UPDATE `0_crm_persons` SET `lang`='C' WHERE `lang`='en_GB'; +UPDATE `0_users` SET `language`='C' WHERE `language`='en_GB'; +UPDATE `0_suppliers` SET `purchase_account`='';