New field added for works to store gradation repository
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
nemunaire 2023-01-01 15:26:58 +01:00
commit 6def3de983
7 changed files with 97 additions and 10 deletions

1
db.go
View file

@ -210,6 +210,7 @@ CREATE TABLE IF NOT EXISTS works(
description TEXT NOT NULL,
tag VARCHAR(255) NOT NULL,
submission_URL VARCHAR(255) NULL,
gradation_repo VARCHAR(255) NULL,
corrected BOOLEAN NOT NULL DEFAULT FALSE,
start_availability TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
end_availability TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,