projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8d3d55
)
Invalid users table ne.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Thu, 9 Sep 2010 20:04:43 +0000
(20:04 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Thu, 9 Sep 2010 20:04:43 +0000
(20:04 +0000)
sql/alter2.3rc.sql
patch
|
blob
|
history
diff --git
a/sql/alter2.3rc.sql
b/sql/alter2.3rc.sql
index 38ac6f063f0fa6483c1cfc0389370e94dcdac638..cb14d6ea864112891349d606c53be464aaa421cc 100644
(file)
--- a/
sql/alter2.3rc.sql
+++ b/
sql/alter2.3rc.sql
@@
-1,5
+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 `0_crm_persons` SET `lang`='C' WHERE `lang`='en_GB';
-UPDATE `0_
crm_
users` SET `language`='C' WHERE `language`='en_GB';
+UPDATE `0_users` SET `language`='C' WHERE `language`='en_GB';
UPDATE `0_suppliers` SET `purchase_account`='';