Tweak koji staging sync sql for admins
This commit is contained in:
parent
8126415b2b
commit
1ea229e496
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ insert into host_channels (host_id, channel_id) values (
|
||||||
|
|
||||||
-- Add some people to be admins, only in staging. Feel free to grow this list..
|
-- Add some people to be admins, only in staging. Feel free to grow this list..
|
||||||
|
|
||||||
{% for username in ['ralph', 'imcleod'] %}
|
{% for username in ['ralph', 'imcleod', 'mizdebsk'] %}
|
||||||
select now() as time, 'adding staging admin {{username}}' as msg;
|
select now() as time, 'adding staging admin {{username}}' as msg;
|
||||||
insert into user_perms (user_id, perm_id, active, creator_id) values (
|
insert into user_perms (user_id, perm_id, active, creator_id) values (
|
||||||
(select id from users where name='{{username}}'),
|
(select id from users where name='{{username}}'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue