Skip to content

Commit

Permalink
Prevent error from incomplete role
Browse files Browse the repository at this point in the history
  • Loading branch information
steven1350 committed Oct 15, 2018
1 parent d06c579 commit 26ac09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ CREATE TABLE `users` (

INSERT INTO admin values (1, @username);
INSERT INTO users values (1, @username, @name, 1);
INSERT INTO roles values (1, 'Example role', 8, 21,'',0,1,'','rula_template.php');
INSERT INTO roles values (1, 'Example role', 8, 21,'',0,1,'{"conf_email":"awaiting_moderation.php","policy_url":"","sidebar_text":""}','rula_template.php');
INSERT INTO user_roles values (1,1);


0 comments on commit 26ac09f

Please sign in to comment.