Merge branch 'next-minor' into develop
This commit is contained in:
commit
3ebe0e56a8
2 changed files with 4 additions and 3 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
## Refactor
|
## Refactor
|
||||||
* Remove mention of deprecated `statistic.json` [#7867](https://github.com/diaspora/diaspora/pull/7867)
|
* Remove mention of deprecated `statistic.json` [#7867](https://github.com/diaspora/diaspora/pull/7867)
|
||||||
|
* Add quotes in `database.yml.example` to fields that may contain special characters [#7875](https://github.com/diaspora/diaspora/pull/7875)
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
* Add compatibility with macOS to `script/configure_bundler` [#7830](https://github.com/diaspora/diaspora/pull/7830)
|
* Add compatibility with macOS to `script/configure_bundler` [#7830](https://github.com/diaspora/diaspora/pull/7830)
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
postgresql: &postgresql
|
postgresql: &postgresql
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
host: localhost
|
host: "localhost"
|
||||||
port: 5432
|
port: 5432
|
||||||
username: postgres
|
username: "postgres"
|
||||||
password:
|
password: ""
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
|
|
||||||
mysql: &mysql
|
mysql: &mysql
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue