Skip to content

Commit 0722d62

Browse files
authored
Merge pull request #3 from riley0keefe/001-add-roles
Add fix to role addition script
2 parents a6159cc + d25d85f commit 0722d62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
INSERT INTO roles (id, title) VALUES (1, 'admin');
1+
INSERT INTO role (id, title) VALUES (1, 'admin');
22

3-
INSERT INTO roles (id, title) VALUES ('employee');
3+
INSERT INTO role (id, title) VALUES (2, 'employee');

0 commit comments

Comments
 (0)