schema: add tests to show that migrations can be validated
Some checks failed
CI / build-docker (push) Successful in 4s
CI / build-docker-bootstrap (push) Has been skipped
CI / release-test (push) Failing after 9s

This commit is contained in:
2026-01-31 20:35:03 -08:00
parent 2e50736e67
commit 229f41e478
3 changed files with 163 additions and 0 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module git.offline-twitter.com/offline-labs/gas-stack
go 1.22.5
require (
github.com/go-test/deep v1.1.1
github.com/jinzhu/inflection v1.0.0
github.com/jmoiron/sqlx v1.4.0
github.com/mattn/go-sqlite3 v1.14.24