Added admin to all projects in sample_data
This commit is contained in:
parent
51a4d2a0b7
commit
632676e3d2
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ VALUES ("projecttest3","test project3", 1);
|
||||||
INSERT OR IGNORE INTO user_roles(user_id,project_id,p_role)
|
INSERT OR IGNORE INTO user_roles(user_id,project_id,p_role)
|
||||||
VALUES (1,1,"project_manager");
|
VALUES (1,1,"project_manager");
|
||||||
|
|
||||||
|
INSERT OR IGNORE INTO user_roles(user_id,project_id,p_role)
|
||||||
|
VALUES (1,2,"project_manager");
|
||||||
|
|
||||||
|
INSERT OR IGNORE INTO user_roles(user_id,project_id,p_role)
|
||||||
|
VALUES (1,3,"project_manager");
|
||||||
|
|
||||||
INSERT OR IGNORE INTO user_roles(user_id,project_id,p_role)
|
INSERT OR IGNORE INTO user_roles(user_id,project_id,p_role)
|
||||||
VALUES (2,1,"member");
|
VALUES (2,1,"member");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue