Disable Versioning #811
Unanswered
SelfhostedPro
asked this question in
Usage Questions
Replies: 1 comment 4 replies
-
hey there - I'm not following what it is you are trying to do. if you don't have an alembic_version table then what are you using Alembic for ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I've got a projects that's built with docker and due to the nature of containers I don't want the versions to be persistent as the versions will be deleted even if the database is not.
Describe the solution you'd like
I would like to be able to disable versioning (the main thing is the db entry) so I don't have to drop the table every boot. A flag in the ini would be much appreciated.
Describe alternatives you've considered
I could just drop it every time but that requires me to add sqlite to my image which increases size.
Additional context
The project is Yacht
Have a nice day!
Beta Was this translation helpful? Give feedback.
All reactions