We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cdf6e commit 3df76e2Copy full SHA for 3df76e2
application/config/rest.php
@@ -417,7 +417,7 @@
417
| CREATE TABLE `access` (
418
| `id` INT(11) unsigned NOT NULL AUTO_INCREMENT,
419
| `key` VARCHAR(40) NOT NULL DEFAULT '',
420
-| `all_access` TINYINT(1) NOT NULL DEFAULT '0',
+| `all_access` TINYINT(1) NOT NULL DEFAULT '0',
421
| `controller` VARCHAR(50) NOT NULL DEFAULT '',
422
| `date_created` DATETIME DEFAULT NULL,
423
| `date_modified` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
0 commit comments