There was an error while loading. Please reload this page.
1 parent df2d5c7 commit ce801b9Copy full SHA for ce801b9
src/macros.rs
@@ -718,6 +718,8 @@ macro_rules! query_file_scalar_unchecked (
718
/// unlike `include_str!()` which uses compiler internals to get the path of the file where it
719
/// was invoked.
720
///
721
+/// See [MigrationSource][crate::migrate::MigrationSource] for details on structure of the ./migrations directory.
722
+///
723
/// ## Triggering Recompilation on Migration Changes
724
/// In some cases when making changes to embedded migrations, such as adding a new migration without
725
/// changing any Rust source files, you might find that `cargo build` doesn't actually do anything,
0 commit comments