feat(schema): M4.1 — tenant_registry schema + migrate binary
PLATFORM_ARCHITECTURE.md §5c schema as one initial migration: 6 tables + 4 enums + updated_at triggers. cmd/migrate binary (golang-migrate library, embedded SQL). testcontainers round-trip + seed + slug-constraint tests. Refs: M4.1
This commit was merged in pull request #6.
This commit is contained in:
@@ -71,8 +71,10 @@ jobs:
|
||||
run: go vet ./...
|
||||
|
||||
- name: lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with: { version: latest }
|
||||
uses: golangci/golangci-lint-action@v7
|
||||
# Pin to a version built on Go 1.25 — the runner's bundled tool
|
||||
# is Go 1.24 and refuses to lint a 1.25 module.
|
||||
with: { version: v2.12.2 }
|
||||
|
||||
- name: test
|
||||
# Coverage scoped to ./internal/... — cmd/server is the entrypoint
|
||||
|
||||
Reference in New Issue
Block a user