diff options
author | Frederick Muriuki Muriithi | 2025-03-31 09:56:16 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-31 09:56:16 -0500 |
commit | aed581372c7c6b04023c85ce81943555cac363e6 (patch) | |
tree | 855a8d5b240dcfc8c246247115ea6b846b16ce22 | |
parent | 319491126bad3532bce13523fd2996e19b79d32a (diff) | |
download | gn-auth-aed581372c7c6b04023c85ce81943555cac363e6.tar.gz |
Use a command that will work in environments other than the author's
environment.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ $ yoyo new -m "<description of the migration>" ./migrations/auth/ The command will ask whether you want to save the migration configuration, e.g. ```bash -$ yoyo new --config=yoyo.auth.ini -m "testing a new migration" +$ yoyo new --database="sqlite:////tmp/test-auth.db" --migration-table=_yoyo_migration -m "testing a new migration" ./migrations/auth/ Error: could not open editor! Created file ./migrations/auth/20221103_02_HBzwk-testing-a-new-migration.py Save migration configuration to yoyo.ini? |