![]() Fixes the following error: panic: pq: null value in column "id" of relation "user" violates not-null constraint user.id is not a serial, it's an integer not null. Thus we always need to specify it when inserting to the table. |
||
---|---|---|
.builds | ||
api | ||
scss | ||
tests | ||
todosrht | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
config.example.ini | ||
config.test.ini | ||
go.mod | ||
go.sum | ||
run.py | ||
schema.sql | ||
setup.py | ||
static | ||
todosrht-initdb | ||
todosrht-lmtp | ||
todosrht-migrate |
README.md
This repository contains the code for the sr.ht ticket tracking service. For instructions on deploying or contributing to this project, visit the manual here: