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
after #170 was merged, we are now able to interop .rs and .sql migrations, but the rust project no longer finds the migration files and therefore tooling such as autocomplete no longer works, we should try to improve the macro to import the rust as modules instead of embedding them as we had in the previous include_migrations_mod macro
The text was updated successfully, but these errors were encountered:
after #170 was merged, we are now able to interop
.rs
and.sql
migrations, but the rust project no longer finds the migration files and therefore tooling such as autocomplete no longer works, we should try to improve the macro to import the rust as modules instead of embedding them as we had in the previousinclude_migrations_mod
macroThe text was updated successfully, but these errors were encountered: