Skip to content

Commit

Permalink
Merge pull request #1908 from chaoss/spg-patch-abq
Browse files Browse the repository at this point in the history
removed ephemeral user permissions
  • Loading branch information
sgoggins committed Jul 6, 2022
2 parents 2c018a5 + 04816af commit efe8407
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions schema/generate/103-schema_update_105.sql
Expand Up @@ -53,9 +53,6 @@ OWNED BY "augur_operations"."chaoss_user_repos"."user_repo_id";

ALTER SEQUENCE "augur_operations"."chaoss_user_repos_user_repo_id_seq" OWNER TO "augur";

grant all privileges on table augur_operations.chaoss_user to mlgsoc;
grant all privileges on table augur_operations.chaoss_user_repos to mlgsoc;

update "augur_operations"."augur_settings" set value = 105
where setting = 'augur_data_version';

Expand Down

0 comments on commit efe8407

Please sign in to comment.