Compare commits
No commits in common. "41b5aff329bc66e74ca9f79e37ceefbba5b77076" and "76c84563805a311277822f7c26d819fd4d8e8720" have entirely different histories.
41b5aff329
...
76c8456380
@ -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…
x
Reference in New Issue
Block a user