summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gentoobrowse-api/db/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse-api/db/schema.sql b/gentoobrowse-api/db/schema.sql
index a02d876..254c08b 100644
--- a/gentoobrowse-api/db/schema.sql
+++ b/gentoobrowse-api/db/schema.sql
@@ -3,7 +3,7 @@ SET statement_timeout = 0;
SET lock_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
-SET check_function_bodies = false;
+SET check_function_bodies = true;
SET client_min_messages = warning;
-- Name: gentoobrowse; Type: SCHEMA; Schema: -; Owner: gentoo
CREATE SCHEMA gentoobrowse;