Migrator executing same query multiple times for seaql_migrations #867
Replies: 1 comment
|
Since I had the same question and for anyone coming to this in the future: Looking into the source code it seems this is normal and part of the design. Whatever method you call, (in my case But please do consider that I'm no professional with the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
i have a very similar setup like actix_example
the difference is i don't have any migration file at all, and the only time i'm calling the Migrator is when the application gets initialized with
why the same query for
seaql_migrationsis being executed multiple times as below logsis it due to internal designe or anything wrong with the migration setup? as the actix_example also does the same.
All reactions