reverting doesn't seem to work
waiting-on-response
I've tried both the `Fluent.revert` and `FluentMigrations.revertLast` functions and neither seem to be working on my SQLite3 database.
no errors are thrown, and the single migration (a table creation) does not get reverted.
i've been testing this by running migrations then immediately trying to revert them, through separate invocations (I run my program with a migrate flag, then once it ends I run it with a revert flag)
i'm using Swift 6.0.1, with hummingbird-fluent version 2.0.0-beta.5
关闭于 2025-01-27 8 条评论