Skip to content

Commit 501ac04

Browse files
authored
Correct typo of createdb column (#789)
* Correct typo of createdb column - Change field to rolcreatedb Signed-off-by: Tom Snuverink <[email protected]> * Update unreleased changelog Signed-off-by: Tom Snuverink <[email protected]> --------- Signed-off-by: Tom Snuverink <[email protected]>
1 parent 31ef26b commit 501ac04

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This file is used to list changes made in the last 3 major versions of the postg
44

55
## Unreleased
66

7+
- Correct createdb column name from `rolecreatedb` to `rolcreatedb`
78
Standardise files with files in sous-chefs/repo-management
89

910
## 12.1.0 - *2025-05-17*

resources/role.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
rolename(role_data.fetch('rolname', nil))
9292
superuser(role_data.fetch('rolsuper', nil))
93-
createdb(role_data.fetch('rolecreatedb', nil))
93+
createdb(role_data.fetch('rolcreatedb', nil))
9494
createrole(role_data.fetch('rolcreaterole', nil))
9595
inherit(role_data.fetch('rolinherit', nil))
9696
login(role_data.fetch('rolcanlogin', nil))

0 commit comments

Comments
 (0)