Modified:Sql syntax error fixed

This commit is contained in:
Awais-cb 2017-05-16 13:14:26 +05:00
parent 79d73f1c50
commit 2322fe7e6b
2 changed files with 2 additions and 2 deletions

View file

@ -11,6 +11,6 @@ INSERT INTO `{tbl_prefix}user_permissions` (
`permission_code` ,
`permission_desc` ,
`permission_default`
)VALUES ((
)VALUES(
NULL , '2', 'Allow create collection', 'allow_create_collection', 'Allow users to create collection', 'yes'), (
NULL , '2', 'Allow create playlist', 'allow_create_playlist', 'Allow users to create playlist', 'yes');

View file

@ -101,6 +101,6 @@ INSERT INTO `{tbl_prefix}user_permissions` (
`permission_code` ,
`permission_desc` ,
`permission_default`
)VALUES ((
)VALUES(
NULL , '2', 'Allow create collection', 'allow_create_collection', 'Allow users to create collection', 'yes'), (
NULL , '2', 'Allow create playlist', 'allow_create_playlist', 'Allow users to create playlist', 'yes');