Skip to content

Commit

Permalink
Changing ownership of all objects to different role
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Feb 8, 2024
1 parent 2d20082 commit 69b9d55
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions etor/databaseMigrations/1.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,13 @@ databaseChangeLog:
changes:
- sql:
sql: GRANT SELECT ON ALL TABLES IN SCHEMA public TO azure_pg_admin

- changeSet:
id: 7
author: jeff.crichlake
labels: azure
context: metadata
comment: Fix role ownership
changes:
- sql:
sql: REASSIGN OWNED BY cdcti-github TO azure_pg_admin

0 comments on commit 69b9d55

Please sign in to comment.