Skip to content

Commit 29cd2d8

Browse files
authored
Merge pull request #261 from myii/bug/fix-uuid-ossp
fix(uuid-ossp): use hyphen consistently
2 parents 5f7f504 + 74615fc commit 29cd2d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pillar.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,14 @@ postgres:
174174

175175
# optional schemas to enable on database
176176
schemas:
177-
uuid_ossp:
177+
uuid-ossp:
178178
dbname: db1
179179
owner: localUser
180180

181181
# optional extensions to install in schema
182182
extensions:
183183
uuid-ossp:
184-
schema: uuid_ossp
184+
schema: uuid-ossp
185185
maintenance_db: db1
186186
#postgis: {}
187187

0 commit comments

Comments
 (0)