diff --git a/backend/app/api/main.go b/backend/app/api/main.go index 6a15e30..c505eea 100644 --- a/backend/app/api/main.go +++ b/backend/app/api/main.go @@ -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...)