feat(generatedmodels): add ThoughtCount to ModelPublicProjects
Some checks failed
CI / build-and-test (push) Failing after -31m42s

* Introduced ThoughtCount field for scanning computed column
* Added patch script to ensure ThoughtCount is included in generated model
This commit is contained in:
2026-04-26 17:56:30 +02:00
parent db7b152852
commit b39cd3ba72
3 changed files with 29 additions and 0 deletions

View File

@@ -53,4 +53,6 @@ for file in "${out_dir}"/*.go; do
fi
done
bash "${repo_root}/scripts/patch-generated-models.sh"
gofmt -w "${out_dir}"/*.go