hscontrol/db: add init schema, drop pre-0.25 support (#2883)

This commit is contained in:
Kristoffer Dalby 2025-11-13 04:44:10 -06:00 committed by GitHub
parent 665cc44094
commit 75247f82b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
223 changed files with 125 additions and 5245 deletions

View file

@ -61,7 +61,7 @@ repos:
# golangci-lint for Go code quality
- id: golangci-lint
name: golangci-lint
entry: .golangci-lint-hook.sh
entry: nix develop --command golangci-lint run --new-from-rev=HEAD~1 --timeout=5m --fix
language: system
types: [go]
pass_filenames: false