We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707b1a3 commit eefe679Copy full SHA for eefe679
db/schema.sql
@@ -4,7 +4,6 @@ CREATE SCHEMA public;
4
5
SET statement_timeout = 0;
6
SET lock_timeout = 0;
7
-SET idle_in_transaction_session_timeout = 0;
8
SET client_encoding = 'UTF8';
9
SET standard_conforming_strings = on;
10
SELECT pg_catalog.set_config('search_path', '', false);
0 commit comments