pub fn plan_to_sql(plan: &SchemaPlan) -> Result<Vec<String>, StorageError>Expand description
Generate all SQL statements for a plan, in order. Useful for dry-run preview of what Postgres DDL would be executed.
pub fn plan_to_sql(plan: &SchemaPlan) -> Result<Vec<String>, StorageError>Generate all SQL statements for a plan, in order. Useful for dry-run preview of what Postgres DDL would be executed.