Compare commits
No commits in common. "a8c02829180c5872b9e5e943af901d5cb1cd3bae" and "7055c999e840d15250a3dc62aa1bf36e99d4512c" have entirely different histories.
a8c0282918
...
7055c999e8
@ -1,3 +1,5 @@
|
||||
update role set name='manage_events' where id=19;
|
||||
|
||||
-- test user
|
||||
INSERT INTO user(name) VALUES('Marie');
|
||||
INSERT INTO "user_role" (user_id, role_id) VALUES((SELECT id from user where name = 'Marie'),(SELECT id FROM role where name = 'Donau Linz'));
|
||||
|
Loading…
Reference in New Issue
Block a user