Macro generate_without_runtime_using_defaults

Source
macro_rules! generate_without_runtime_using_defaults {
    () => { ... };
}
Expand description

Generate a ./structure.sql file using migrations from the ./migrations folder.