Skip to content
Snippets Groups Projects

Zadávání bodů a zobrazení výsledků

Merged Jiří Setnička requested to merge jirka/score into devel
All threads resolved!
Files
15
+ 1
1
@@ -185,7 +185,7 @@ CREATE TABLE points_history (
points_history_id serial PRIMARY KEY,
task_id int NOT NULL REFERENCES tasks(task_id),
participant_id int NOT NULL REFERENCES users(user_id),
points int NOT NULL,
points int DEFAULT NULL,
points_by int NOT NULL REFERENCES users(user_id), -- kdo přidělil body
points_at timestamp with time zone NOT NULL -- a kdy
);
Loading