chore: make gazelle run with go generate

This commit is contained in:
41666 2020-09-15 23:08:29 -04:00
parent 94eec4e10d
commit bb83575308
27 changed files with 370 additions and 482 deletions

View file

@ -29,7 +29,7 @@ var (
// flexibility in the schema changes.
WithDropIndex = schema.WithDropIndex
// WithFixture sets the foreign-key renaming option to the migration when upgrading
// ent from v0.1.0 (issue-#285). Defaults to true.
// ent from v0.1.0 (issue-#285). Defaults to false.
WithFixture = schema.WithFixture
)