ayrat555 / fang

Background processing for Rust
https://fang.badykov.com/
MIT License
609 stars 25 forks source link

feature request : Provide a version control system for fang migrations. #142

Open pxp9 opened 1 year ago

pxp9 commented 1 year ago
          Imagine a user is using the current version of fang. and she wants to upgrade to the version with the changes from this pr. she will have to figure out the migrations she has to make herself. 

maybe not in this pr, we can provide a way to migrate fang db automatically

check this out - https://hexdocs.pm/oban/Oban.Migration.html

_Originally posted by @ayrat555 in https://github.com/ayrat555/fang/pull/141#discussion_r1310673676_