WIP: convert GORM to sqlc, for jobs/tasks #104304

Closed
Sybren A. Stüvel wants to merge 27 commits from sqlc-task into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit f91a76a5cf - Show all commits

4
.gitattributes vendored
View File

@ -4,6 +4,10 @@
/web/app/src/manager-api/** linguist-generated=true
**/*.gen.go linguist-generated=true
# In your Git config, set:
# git config core.eol native
# git config core.autocrlf true
# Set the default newline behavior, in case people don't have core.autocrlf set.
* text=auto