Modified:Sql syntax error fixed
This commit is contained in:
parent
79d73f1c50
commit
2322fe7e6b
2 changed files with 2 additions and 2 deletions
|
@ -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');
|
|
@ -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');
|
Loading…
Add table
Reference in a new issue