alembic --config alembic.ini revision --autogenerate -m "initial mock trade model" #1542
Unanswered
zhoutaoq
asked this question in
Usage Questions
Replies: 1 comment 2 replies
-
The above is the source code for alembic_mock/env.py. When I execute alembic --config alembic_mock.ini revision --autogenerate -m "initial mock trade model" , The version file it generates always changes models I don't care about, such as the User model (which does not inherit from the MockBase class, but from another custom ApiBase class). Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions