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

DB: Fixed a comment

parent ab38895b
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ CREATE TABLE owl_topics ( ...@@ -54,7 +54,7 @@ CREATE TABLE owl_topics (
-- 'H' = heading -- 'H' = heading
-- 'T' = task -- 'T' = task
-- 'D' = discussion -- 'D' = discussion
-- 'X' = task with awarding of extra points -- 'A' = task with awarding of extra points
max_points numeric(6,2) DEFAULT NULL, max_points numeric(6,2) DEFAULT NULL,
UNIQUE(cid, ident) UNIQUE(cid, ident)
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment