diff options
author | Frederick Muriuki Muriithi | 2022-11-13 04:11:30 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-11-13 04:11:30 +0300 |
commit | 0bdc5bc67015d964bad839df12cd57c8b288e30d (patch) | |
tree | 26cbb291b52878830801d3d130cb1f0cc3ba3b6d /yoyo.auth.ini | |
parent | 3bc52c3c6fb86f599f1f086fb62009a0af562f41 (diff) | |
download | genenetwork3-0bdc5bc67015d964bad839df12cd57c8b288e30d.tar.gz |
Documentation: Explain how to run migrations
* .gitignore: ignore all yoyo configuration files
* README.md: Update documentation
* yoyo.auth.ini: stop tracking the yoyo configuration file.
Diffstat (limited to 'yoyo.auth.ini')
-rw-r--r-- | yoyo.auth.ini | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/yoyo.auth.ini b/yoyo.auth.ini deleted file mode 100644 index 097c17b..0000000 --- a/yoyo.auth.ini +++ /dev/null @@ -1,6 +0,0 @@ -[DEFAULT] -sources = ./migrations/auth/ -migration_table = _yoyo_migration -batch_mode = off -verbosity = 0 - |