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

FIX: update disciplines.isinactive #487

parent f0496e5a
Branches
No related merge requests found
......@@ -4,6 +4,7 @@ ALTER TABLE disciplines
ALTER TABLE disciplines
ALTER COLUMN isinactive set default FALSE;
UPDATE disciplines SET isinactive = FALSE;
CREATE OR REPLACE FUNCTION public.discipline_setinactive(pdisciplneid integer)
RETURNS integer
......
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