Skip to content

Commit 8dca4b3

Browse files
author
Phil Sturgeon
committed
Merge pull request #182 from burakerdem/patch-1
Fixed SQL to create `logs` table.
2 parents bb59816 + 5b01705 commit 8dca4b3

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
@@ -256,7 +256,7 @@
256256
`api_key` varchar(40) NOT NULL,
257257
`ip_address` varchar(45) NOT NULL,
258258
`time` int(11) NOT NULL,
259-
`authorized` tinyint(1) NOT NULL
259+
`authorized` tinyint(1) NOT NULL,
260260
PRIMARY KEY (`id`)
261261
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
262262
|

0 commit comments

Comments
 (0)