fix(uuid-ossp): use hyphen consistently

* Found when testing Travis CI for the formula
* States fail and run in the wrong order
* Broken: https://travis-ci.org/myii/postgres-formula/jobs/524227136#L2092
* Fixed: https://travis-ci.org/myii/postgres-formula/jobs/524229384#L2086
This commit is contained in:
Imran Iqbal 2019-04-25 00:36:06 +01:00
parent 5f7f504a8a
commit 74615fc765
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

@ -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: {}