pgmt 0.4.9

PostgreSQL migration tool that keeps your schema files as the source of truth
Documentation
1
2
3
4
5
// Common utilities for migrate commands
//
// Note: The apply_current_schema function was removed in favor of
// crate::schema_ops::apply_current_schema_to_shadow which properly
// handles file dependency augmentation based on config settings.