Skip to content

Commit cb08579

Browse files
author
Phil Sturgeon
committed
Use InnoDB by default.
1 parent db8de8f commit cb08579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/config/rest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
`ignore_limits` tinyint(1) NOT NULL DEFAULT '0',
127127
`date_created` int(11) NOT NULL,
128128
PRIMARY KEY (`id`)
129-
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
129+
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
130130
|
131131
*/
132132
$config['rest_enable_keys'] = FALSE;

0 commit comments

Comments
 (0)