|
|
@@ -3,9 +3,9 @@ New Version |
|
|
|
|
|
|
|
To create a revision, update the ORM in medashare/orm.py. |
|
|
|
|
|
|
|
Then run: |
|
|
|
Then in the medashare directory, run: |
|
|
|
``` |
|
|
|
alembic revision --autogenerate -m 'what you did' |
|
|
|
./autogen.sh "message of what you did" |
|
|
|
``` |
|
|
|
|
|
|
|
This will create a version file. Edit the version file to support the |
|
|
|