Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Alex Gleason (alex@gleasonator.com)'s status on Thursday, 01-Jun-2023 09:45:41 JST Alex Gleason
@meso @Moon @meso @i The main problem with that idea is that there are branching paths of migrations. You'll have to rollback more than needed, putting your database in a potentially bad state, before you can roll forward again and redo a lot of the work you just undid.
You'll probably want to isolate the specific migrations Akkoma added, and reverse each one individually: https://akkoma.dev/AkkomaGang/akkoma/src/branch/develop/priv/repo/migrations