Skip to content

Commit 3df76e2

Browse files
committed
fixed spacing
1 parent d0cdf6e commit 3df76e2

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
@@ -417,7 +417,7 @@
417417
| CREATE TABLE `access` (
418418
| `id` INT(11) unsigned NOT NULL AUTO_INCREMENT,
419419
| `key` VARCHAR(40) NOT NULL DEFAULT '',
420-
| `all_access` TINYINT(1) NOT NULL DEFAULT '0',
420+
| `all_access` TINYINT(1) NOT NULL DEFAULT '0',
421421
| `controller` VARCHAR(50) NOT NULL DEFAULT '',
422422
| `date_created` DATETIME DEFAULT NULL,
423423
| `date_modified` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,

0 commit comments

Comments
 (0)