trying atlas

This commit is contained in:
2025-08-01 18:21:39 +02:00
parent a9268988e1
commit 3e0f84f618
2 changed files with 68 additions and 0 deletions

10
atlas.hcl Normal file
View File

@@ -0,0 +1,10 @@
# The "dev" environment represents our local testings.
env "local" {
url = "postgres://root:very_secure@:5432/arbeitszeitmessung?search_path=public&sslmode=disable"
migration {
dir = "file://migrations"
format = golang-migrate
}
dev = "docker://postgres/16/dev?search_path=public"
src = "file://schema.sql"
}