Fix rst errors in README

This commit is contained in:
fedjo 2020-05-15 20:21:22 +02:00 committed by GitHub
parent 77e29e0475
commit 3e87c1bf3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ Then run
This command will create the schemas, tables in the specified database and will stamp the This command will create the schemas, tables in the specified database and will stamp the
migration file you have created as the base schema for future migrations. For more info migration file you have created as the base schema for future migrations. For more info
in migration stamping please see [here](https://alembic.sqlalchemy.org/en/latest/cookbook.html) in migration stamping please see https://alembic.sqlalchemy.org/en/latest/cookbook.html
Whenever you want to create a new schema just create a new revision with: Whenever you want to create a new schema just create a new revision with:
@ -122,7 +122,7 @@ new inventory and stamp the revision as the new base.
.. code:: bash .. code:: bash
$ export dhi=dbtest; dh inv add --name dbtest $ export dhi=dbtest2; dh inv add --name dbtest2
* When you want to alter a table, column or perform another operation on tables, create * When you want to alter a table, column or perform another operation on tables, create