From 7d8cc1fc3405c70eec9ff87ab799f5a607fce31c Mon Sep 17 00:00:00 2001 From: charltonaustin Date: Fri, 7 Oct 2016 14:20:00 -0400 Subject: [PATCH] Adding in some more updates to the docs for easier use. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 41f98395f..13c8bfc1e 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,19 @@ TEST=true python -m test.test_api_usage -f TEST=true python -m test.test_api_usage -f SuiteName ``` + +### Running migrations + +``` +# To create a new migration with this description. +# Note there might be some errors about unique id being to long +# That's okay as long as the migration file is created +./data/migrations/migration.sh "Description goes here" + +# To test the up and down of the migration +./data/migrations/migration.sh # without params +``` + ## Documentation * [Quay Enterprise Documentation](https://tectonic.com/quay-enterprise/docs/latest)