Changed TYPE keyword to ENGINE in alter2.4.sql for future compatibility.
authorJanusz Dobrowolski <janusz@frontaccouting.eu>
Mon, 12 Nov 2012 18:41:49 +0000 (19:41 +0100)
committerJanusz Dobrowolski <janusz@frontaccouting.eu>
Mon, 12 Nov 2012 18:41:49 +0000 (19:41 +0100)
sql/alter2.4.sql

index 727621cd551c4cd9fcb4648bf856318cec75438e..ee77647ad9c810894324f46905152afe4e2552b6 100644 (file)
@@ -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`)
-) TYPE=InnoDB;
+) ENGINE=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