stop tracking atlas.hcl files (ignored)

This commit is contained in:
dpurbosakti
2025-10-02 16:05:21 +07:00
parent 82fd71dbbf
commit c946380e4a
2 changed files with 0 additions and 45 deletions
-23
View File
@@ -1,23 +0,0 @@
data "external_schema" "gorm" {
program = [
"go",
"run",
"-mod=mod",
".",
]
}
env "gorm" {
src = data.external_schema.gorm.url
dev = "postgres://simrs:p@ssw0rd@localhost:5432/simrs-diff-01?sslmode=disable"
migration {
dir = "file://migrations"
}
url = "postgres://simrs:p@ssw0rd@localhost:5432/simrs-01?sslmode=disable"
format {
migrate {
diff = "{{ sql . \" \" }}"
}
}
}
-22
View File
@@ -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 . \" \" }}"
}
}
}