tacone / loki

A docker / react / svelte / graphql / postgraphile starter app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when working with migrations

stilet opened this issue · comments

scripts/dev run backend migrations watch

Creating loki_backend_run ... done
su-exec: migrations: No such file or directory
ERROR: 1
scripts/dev run backend migrations
Creating loki_backend_run ... done
su-exec: migrations: No such file or directory
ERROR: 1

Hello, I did a mistake in the documentation. The right command should be:

scripts/dev run backend yarn migrations watch