You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use sqlite3 dababases to start developing and later in a more mature state move to mysql.
I recently got familiar with the DbMigrationHook an realized that it wants to use the mysql-upgrades folder for upgrades on sqlite databases with is not correct.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Is your feature request related to a problem? Please describe.
I use sqlite3 dababases to start developing and later in a more mature state move to mysql.
I recently got familiar with the DbMigrationHook an realized that it wants to use the mysql-upgrades folder for upgrades on sqlite databases with is not correct.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Also
need to be adapted.
Describe alternatives you've considered
Override the load() function but that would lead to code duplication
Additional context
I'm happy to provide a merge request.
Best Regards and thanks in advance
Nicolas
The text was updated successfully, but these errors were encountered: