-
-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Labels
Description
- Replace
ordered.Mapwith slices in public APIs (refactor(automigrate): Limit ordered.Map usage to migrator internals #1164) - Make
migrate.commentand 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
autoincrementcolumn (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()