From 9c9f6e06c9971a0b8eebdecc6f6b75fa79f0e115 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Fri, 9 Dec 2022 20:54:30 -0900 Subject: [PATCH] remove depreciated call --- backend/app/api/main.go | 1 - 1 file changed, 1 deletion(-) 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...)