From 9d4787957f0577d838639d90a83c862f673e9661 Mon Sep 17 00:00:00 2001 From: Dwi Atmoko Purbo Sakti <82804339+dpurbosakti@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:58:56 +0700 Subject: [PATCH] Delete cmd/satusehat-migration/atlas.hcl --- cmd/satusehat-migration/atlas.hcl | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 cmd/satusehat-migration/atlas.hcl diff --git a/cmd/satusehat-migration/atlas.hcl b/cmd/satusehat-migration/atlas.hcl deleted file mode 100644 index 5efd3e80..00000000 --- a/cmd/satusehat-migration/atlas.hcl +++ /dev/null @@ -1,22 +0,0 @@ -data "external_schema" "gorm" { - program = [ - "go", - "run", - "-mod=mod", - ".", - ] -} - -env "gorm" { - src = data.external_schema.gorm.url - dev = "postgres://moko:password@localhost:5432/satusehat_diff?sslmode=disable" - migration { - dir = "file://migrations" - } - url = "postgres://moko:password@localhost:5432/satusehat_main?sslmode=disable" - format { - migrate { - diff = "{{ sql . \" \" }}" - } - } -} \ No newline at end of file