Skip to content
Snippets Groups Projects
Commit 4492c44b authored by Puguh Wijayanto's avatar Puguh Wijayanto
Browse files

categories column not installed properly

parent 29428b8e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -103,7 +103,8 @@ define('SECURITY', '".Typo::getToken(200)."'); // for security purpose, will be
`name` text NOT NULL,
`slug` text NOT NULL,
`parent` text DEFAULT NULL,
`desc` text DEFAULT NULL
`desc` text DEFAULT NULL,
`type` text NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8 ";
$db->query($cat);
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment