Fix a typo
This commit is contained in:
parent
beb0966299
commit
823e3efb37
1 changed files with 3 additions and 3 deletions
|
@ -107,9 +107,9 @@ insert into user_perms (user_id, perm_id, active, creator_id) values (
|
|||
-- Allow some users to use content generators, only in staging.
|
||||
{% for cg_user in cg_users %}
|
||||
insert into cg_users (cg_id, user_id, creator_id) values (
|
||||
(select id from content_generator where name='{{ gc_user.gc_name }}'),
|
||||
(select id from users where name='{{ gc_user.user_name }}'),
|
||||
(select id from users where name='{{ gc_user.user_name }}'));
|
||||
(select id from content_generator where name='{{ cg_user.gc_name }}'),
|
||||
(select id from users where name='{{ cg_user.user_name }}'),
|
||||
(select id from users where name='{{ cg_user.user_name }}'));
|
||||
{% endfor %}
|
||||
|
||||
-- Fix krb principals for some users
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue