Adding in some more updates to the docs for easier use.

This commit is contained in:
charltonaustin 2016-10-07 14:20:00 -04:00
parent 002f533bf8
commit 7d8cc1fc34

View file

@ -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)