glimr/db/gen/migrate/cleanup

Migration Cleanup

Handles automatic cleanup of rename_from modifiers from schema files after a migration is generated. This ensures that rename_from directives are only used once and don’t accumulate in schema files.

Values

pub fn clean_rename_from_modifiers(models_path: String) -> Nil

Remove rename_from modifiers from schema files after migration is generated. Ensures rename directives are only used once and don’t accumulate.

Search Document