We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2290593 commit 1fe7033Copy full SHA for 1fe7033
HACKING
@@ -1,7 +1,7 @@
1
2
* when you change models and you need to generate alembic upgrade file:
3
cd /usr/share/copr
4
- alembic --revision --autogenerate -m "describe the change"
+ alembic revision --autogenerate -m "describe the change"
5
6
* upgrade schema:
7
0 commit comments