Merge branch 'master' of lain.church:emil/probotic
This commit is contained in:
commit
43aa214cb1
1
init.sql
1
init.sql
@ -2,6 +2,7 @@ CREATE TABLE project (
|
||||
title VARCHAR(64) NOT NULL,
|
||||
body TEXT DEFAULT NULL,
|
||||
difficulty INT NOT NULL DEFAULT 1 REFERENCES difficulty(diff),
|
||||
repo_link VARCHAR(128) DEFAULT NULL,
|
||||
trigger_date DATE DEFAULT NULL,
|
||||
started DATE NOT NULL DEFAULT CURRENT_DATE,
|
||||
span INT NOT NULL DEFAULT 7 -- time to last for in days
|
||||
|
Reference in New Issue
Block a user