Merge branch 'feat/user' of github.com:dikstub-rssa/simrs-be into feat/user
This commit is contained in:
@@ -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/simrs_vx3?sslmode=disable"
|
|
||||||
migration {
|
|
||||||
dir = "file://migrations"
|
|
||||||
}
|
|
||||||
url = "postgres://moko:password@localhost:5432/simrs_vx1?sslmode=disable"
|
|
||||||
format {
|
|
||||||
migrate {
|
|
||||||
diff = "{{ sql . \" \" }}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user