What's the best practice for setting up initially the database users in Railway?
I've tried creating a service that runs only migrations, but running ... triggers the following:
ERROR: Graphile Starter must run inside of a git versioned folder.
Which makes me believe that CONFIRM_DROP=true yarn setup:db is not intended ever for the prod db
What's the best practice for setting up initially the database users in Railway?
I've tried creating a service that runs only migrations, but running
...triggers the following:Which makes me believe that
CONFIRM_DROP=true yarn setup:dbis not intended ever for the prod db