Skip to content

Commit

Permalink
- schema ownership fix [DO NOT MERGE TILL RELEASE] #2189 (#1543)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Stevenson <addstevenson@hotmail.com>
  • Loading branch information
RuthKirby and amstevenson committed Mar 12, 2024
1 parent 16b79b5 commit 8dae031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/tf-db-flexible.tf
Expand Up @@ -29,6 +29,8 @@ module "postgresql" {

admin_user_object_id = var.jenkins_AAD_objectId

enable_schema_ownership = true
force_schema_ownership_trigger = "true"
force_user_permissions_trigger = "1"
}

Expand Down

0 comments on commit 8dae031

Please sign in to comment.