Skip to content
Snippets Groups Projects
Commit c49da4cc authored by Anton Bagliy's avatar Anton Bagliy
Browse files

FIX: global discipline ext. name length increasedto 100 #494

parent 61443b57
Branches
No related merge requests found
......@@ -10,7 +10,7 @@ select setval('seq_global_disciplines', 1, true);
CREATE TABLE global_disciplines
(
id integer DEFAULT nextval('seq_global_disciplines'::regclass) NOT NULL,
name character varying(50) NOT NULL,
name character varying(100) NOT NULL,
disciplineid integer NOT NULL,
semesterid integer NOT NULL
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment