From 44f1c4b79060e507d4e212337b29b8afe46cbabb Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Sat, 12 Mar 2016 09:22:13 +0100
Subject: [PATCH] removed another new feature from the postgres dump

---
 lib/plugins/authpdo/_test/pgsql/django.sql | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/plugins/authpdo/_test/pgsql/django.sql b/lib/plugins/authpdo/_test/pgsql/django.sql
index ceb86888e..615727745 100644
--- a/lib/plugins/authpdo/_test/pgsql/django.sql
+++ b/lib/plugins/authpdo/_test/pgsql/django.sql
@@ -10,7 +10,6 @@ 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:
-- 
GitLab