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:
7f5a0ac
)
Changed TYPE keyword to ENGINE in alter2.4.sql for future compatibility.
author
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Mon, 12 Nov 2012 18:41:49 +0000
(19:41 +0100)
committer
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Mon, 12 Nov 2012 18:41:49 +0000
(19:41 +0100)
sql/alter2.4.sql
patch
|
blob
|
history
diff --git
a/sql/alter2.4.sql
b/sql/alter2.4.sql
index 727621cd551c4cd9fcb4648bf856318cec75438e..ee77647ad9c810894324f46905152afe4e2552b6 100644
(file)
--- a/
sql/alter2.4.sql
+++ b/
sql/alter2.4.sql
@@
-19,7
+19,7
@@
CREATE TABLE `0_wo_costing` (
`trans_no` int(11) NOT NULL default '0',
`factor` double NOT NULL default '1',
PRIMARY KEY (`id`)
-)
TYP
E=InnoDB;
+)
ENGIN
E=InnoDB;
UPDATE `0_gl_trans` gl
LEFT JOIN `0_cust_branch` br ON br.receivables_account=gl.account AND br.debtor_no=gl.person_id AND gl.person_type_id=2