Improve MONO

This commit is contained in:
Dany De Bontridder 2018-03-15 09:58:07 +01:00
parent db9c6f25c0
commit 851f263b60
2 changed files with 5 additions and 4 deletions

View file

@ -12,7 +12,7 @@ SET client_min_messages = warning;
-- Name: plpgsql; Type: EXTENSION; Schema: -; Owner: -
--
SET search_path = public, pg_catalog,comptaproc;
SET search_path = public, pg_catalog;
--
-- Name: limit_user(); Type: FUNCTION; Schema: public; Owner: -