mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
Merge pull request #261 from myii/bug/fix-uuid-ossp
fix(uuid-ossp): use hyphen consistently
This commit is contained in:
commit
29cd2d8a7c
1 changed files with 2 additions and 2 deletions
|
@ -174,14 +174,14 @@ postgres:
|
|||
|
||||
# optional schemas to enable on database
|
||||
schemas:
|
||||
uuid_ossp:
|
||||
uuid-ossp:
|
||||
dbname: db1
|
||||
owner: localUser
|
||||
|
||||
# optional extensions to install in schema
|
||||
extensions:
|
||||
uuid-ossp:
|
||||
schema: uuid_ossp
|
||||
schema: uuid-ossp
|
||||
maintenance_db: db1
|
||||
#postgis: {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue