subzerocloud / subzero-cli

Tooling to aid development of subZero/PostgREST based backend APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error in migrations init

ruslantalpa opened this issue · comments

https://github.com/subzerocloud/subzero-cli/blob/master/src/migrations.js#L330
should be .action((options) => { checkIsAppDir(); initMigrations(options.debug, options.dbDockerImage);});