Skip to content

Commit

Permalink
improve generated postgres (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: Dean Oren <[email protected]>
  • Loading branch information
do87 and Dean Oren authored Dec 25, 2022
1 parent 7c5f2ec commit 481ee29
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 35 deletions.
6 changes: 6 additions & 0 deletions pkg/services/postgres-flex/v1.0/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,17 @@ tidy:
- replace: DeleteInstance
with: Delete
all: true
- replace: PostInstanceUsers
with: CreateUser
prefix: true
params:
- replace: Id
with: ID
suffix: true
schemas:
- replace: Id
with: ID
suffix: true
- replace: Acl
with: ACL
suffix: true
10 changes: 5 additions & 5 deletions pkg/services/postgres-flex/v1.0/generated/instance/instance.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 30 additions & 30 deletions pkg/services/postgres-flex/v1.0/generated/users/users.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 481ee29

Please sign in to comment.