Macro generate_without_runtime

Source
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.