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
We need introduce some migration tooling to be able to safely modify the database schema. The official tooling is lacking, so here are some options to consider:
Or we could even use some generic SQL tool. I know Flyway used to be popular but they try to sell the paid versions so hard it's difficult to even find the docs on their website now :(
The text was updated successfully, but these errors were encountered:
https://github.com/ariga/atlas seems really interesting because it supports generating migrations from SQL schema which means we don't need to rely on Peewee support 👀
We need introduce some migration tooling to be able to safely modify the database schema. The official tooling is lacking, so here are some options to consider:
Or we could even use some generic SQL tool. I know Flyway used to be popular but they try to sell the paid versions so hard it's difficult to even find the docs on their website now :(
The text was updated successfully, but these errors were encountered: