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 (
-- 'H' = heading
-- 'T' = task
-- 'D' = discussion
-- 'X' = task with awarding of extra points
-- 'A' = task with awarding of extra points
max_points numeric(6,2) DEFAULT NULL,
UNIQUE(cid, ident)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment