Skip to content
Snippets Groups Projects
Commit b7b3a2dd authored by Martin Mareš's avatar Martin Mareš
Browse files

Merge branch 'honza/fix1' into 'master'

Malá oprava v db.ddl

See merge request !31
parents cfe3c1f8 db7e471e
No related branches found
No related tags found
1 merge request!31Malá oprava v db.ddl
......@@ -178,8 +178,8 @@ CREATE TABLE solutions (
final_submit int DEFAULT NULL REFERENCES papers(paper_id), -- verze odevzdání, která se má hodnotit
final_feedback int DEFAULT NULL REFERENCES papers(paper_id), -- verze komentáře opravovatelů, kterou má vidět účastník
points int DEFAULT NULL,
note text NOT NULL DEFAULT '' -- komentář pro řešitele
org_note text NOT NULL DEFAULT '' -- komentář viditelný jen organizátorům
note text NOT NULL DEFAULT '', -- komentář pro řešitele
org_note text NOT NULL DEFAULT '', -- komentář viditelný jen organizátorům
PRIMARY KEY (task_id, user_id)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment