feat: clean up old instances automatically
This commit is contained in:
parent
5aa5fe0f5a
commit
070ffa8eeb
8 changed files with 85 additions and 42 deletions
|
@ -21,8 +21,14 @@ default: &default
|
|||
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
database: ecoffee_development
|
||||
primary:
|
||||
<<: *default
|
||||
database: ecoffee_development
|
||||
queue:
|
||||
<<: *default
|
||||
database: ecoffee_development_queue
|
||||
migrations_paths: db/queue_migrate
|
||||
|
||||
|
||||
# The specified database role being used to connect to PostgreSQL.
|
||||
# To create additional roles in PostgreSQL see `$ createuser --help`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue