Skip to content

Commit

Permalink
Corrected Missing Comma
Browse files Browse the repository at this point in the history
Corrected Missing Comma of templaterights Table
  • Loading branch information
GaneshKandu committed Aug 26, 2021
1 parent 13d5aba commit 78c0601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/basic.sql
Expand Up @@ -231,7 +231,7 @@ CREATE TABLE `$templaterights` (
`user_id` bigint(20) DEFAULT NULL,
`role` char(255) DEFAULT NULL,
`folder` bigint(20) DEFAULT NULL,
`notes` char(255) DEFAULT NULL
`notes` char(255) DEFAULT NULL,
KEY `index1` (`template_id`,`user_id`,`role`(10))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

Expand Down

0 comments on commit 78c0601

Please sign in to comment.