add example on how to enable extension on a db

This commit is contained in:
ek9 2017-01-24 18:15:46 +01:00
parent 98d39f296e
commit 7d692958ee

View file

@ -131,6 +131,14 @@ postgres:
lc_ctype: 'en_US.UTF-8'
lc_collate: 'en_US.UTF-8'
tablespace: 'my_space'
# set custom schema
schemas:
public:
owner: 'localUser'
# enable per-db extension
extensions:
uuid-ossp:
schema: 'public'
# optional schemas to enable on database
schemas: