Implement list projects
Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
@@ -69,6 +69,14 @@ tasks:
|
||||
deps:
|
||||
- migrate
|
||||
|
||||
down-migrations:
|
||||
desc: Roll back all migrations
|
||||
vars:
|
||||
SOFTPLAYER_DB_CONNECTION_STRING: postgres://softplayer:qwertyu9@localhost:30432/softplayer?sslmode=disable
|
||||
cmd: "{{ .MIGRATE }} -path=./migrations -database={{ .SOFTPLAYER_DB_CONNECTION_STRING }} down -all"
|
||||
deps:
|
||||
- migrate
|
||||
|
||||
drop-migrations:
|
||||
desc: Drop migrations
|
||||
vars:
|
||||
|
||||
Reference in New Issue
Block a user