diff --git a/genie-web/src/main/resources/db/migration/postgresql/V3_2_0__Base_Version.sql b/genie-web/src/main/resources/db/migration/postgresql/V3_2_0__Base_Version.sql
index 192c20de2..5964181af 100644
--- a/genie-web/src/main/resources/db/migration/postgresql/V3_2_0__Base_Version.sql
+++ b/genie-web/src/main/resources/db/migration/postgresql/V3_2_0__Base_Version.sql
@@ -25,27 +25,12 @@
SET statement_timeout = 0;
SET lock_timeout = 0;
-SET idle_in_transaction_session_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;
SET row_security = off;
---
--- Name: plpgsql; Type: EXTENSION; Schema: -; Owner: -
---
-
-CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
-
-
---
--- Name: EXTENSION plpgsql; Type: COMMENT; Schema: -; Owner: -
---
-
-COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language';
-
-
SET search_path = public, pg_catalog;
SET default_with_oids = false;
--
You received this message because you are subscribed to the Google Groups "genie" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genieoss+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<V3_2_0__Base_Version.sql>