Open
Description
- Replace
ordered.Map
with slices in public APIs (refactor(automigrate): Limit ordered.Map usage to migrator internals #1164) - Make
migrate.comment
and exported type (chore: rename migrate.comment to migrate.Unimplemented #1165) - Exclude foreign keys from database inspection (fix(gh-1160): add WithExcludeForeignKeys option #1162)
- Exclude tables
/foreign keysthat match a pattern (comment) (upd: foreign keys are not excluded by name) - Avoid redundant migrations for
autoincrement
column (AutoMigrate doesn't fully handle autoincrement for postgres #1159) - Add option to generate migration file names (comment)
-
❔ Pass migrator options via WithMigratorOption instead of duplicatingWith<Option>Auto()
Metadata
Metadata
Assignees
Labels
No labels