refactor: rename SkipSegmentOverride to SkipSegmentOverrideRow to avoid sqlc conflict

This commit is contained in:
2026-05-19 11:29:40 +02:00
parent 80e441fc48
commit 285367ad84
5 changed files with 24 additions and 9 deletions

View File

@@ -1,6 +1,8 @@
set shell := ["bash", "-c"]
set dotenv-load := true
export GOCACHE := justfile_directory() + "/.cache/go-build"
fmt:
go fmt ./...