diff options
| author | Bruno Perles | 2015-12-16 10:02:29 +0100 | 
|---|---|---|
| committer | Bruno Perles | 2015-12-16 10:02:29 +0100 | 
| commit | 013f4fa8fe9bb08f3ed1d15f905ca2a8437d6aa7 (patch) | |
| tree | 426b9c17167c10547da2222517cbd4433ae554fe /config/database.yml.travis | |
| parent | 2590606c5912a85b8cb1aaa40c57dab67d75e7f7 (diff) | |
| download | chouette-core-013f4fa8fe9bb08f3ed1d15f905ca2a8437d6aa7.tar.bz2 | |
Add route_sections for traces
Diffstat (limited to 'config/database.yml.travis')
| -rw-r--r-- | config/database.yml.travis | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/config/database.yml.travis b/config/database.yml.travis index c554142f5..dc35cfcb2 100644 --- a/config/database.yml.travis +++ b/config/database.yml.travis @@ -1,11 +1,11 @@  default: &default -  adapter: postgresql +  adapter: postgis    encoding: unicode -  pool: 5    port: 5432    host: localhost -  schema_search_path: "public" +  schema_search_path: 'public,shared_extensions'    username: postgres +  postgis_schema: 'shared_extensions'  development:    <<: *default | 
