Adding in some more updates to the docs for easier use.
This commit is contained in:
parent
002f533bf8
commit
7d8cc1fc34
1 changed files with 13 additions and 0 deletions
13
README.md
13
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)
|
||||
|
|
Reference in a new issue