mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
Start all apps when creating DB (#355)
* Start all apps when creating DB * Add changelog entry
This commit is contained in:
parent
5869dde857
commit
ceaf39c2b5
@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
|
||||
### Added
|
||||
- Linkify top pages [plausible/analytics#91](https://github.com/plausible/analytics/issues/91)
|
||||
|
||||
### Fixed
|
||||
- Fix issue with creating a PostgreSQL database when `?ssl=true` [plausible/analytics#347](https://github.com/plausible/analytics/issues/347)
|
||||
|
||||
## [1.0.0] - 2020-10-06
|
||||
|
||||
### Added
|
||||
|
@ -50,7 +50,7 @@ defmodule Plausible.Release do
|
||||
end
|
||||
|
||||
def createdb do
|
||||
:ok = Application.load(@app)
|
||||
prepare()
|
||||
|
||||
for repo <- repos() do
|
||||
:ok = ensure_repo_created(repo)
|
||||
|
Loading…
Reference in New Issue
Block a user