macro_rules! generate_without_runtime {
($migrations_path:expr, $structure_path:expr) => { ... };
}Expand description
Generate a destination_path file using migrations from the provided
migrations_path folder.
macro_rules! generate_without_runtime {
($migrations_path:expr, $structure_path:expr) => { ... };
}Generate a destination_path file using migrations from the provided
migrations_path folder.