Skip to content

Commit

Permalink
**
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolicvs committed Aug 24, 2020
1 parent 1cf3387 commit 93d6204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ CREATE table IF NOT EXISTS roles(
);

/* Insert default roles */
INSERT INTO roles (name,description) values ('super-admin-test','All/*');
INSERT INTO roles (name,description) values ('super-admin','All/*');
INSERT INTO roles (name,description) values ('source-manager','Source/*');
INSERT INTO roles (name,description) values ('normal-user','Search/*');

Expand Down

0 comments on commit 93d6204

Please sign in to comment.