remove depreciated call

This commit is contained in:
Hayden 2022-12-09 20:54:30 -09:00
parent 20018ebc00
commit 9c9f6e06c9
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -93,7 +93,6 @@ func run(cfg *config.Config) error {
schema.WithDir(dir),
schema.WithDropColumn(true),
schema.WithDropIndex(true),
schema.WithAtlas(true),
}
err = c.Schema.Create(context.Background(), options...)