From 9eff1bb4d89b7c71079c752e182ac61623a48e16 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 17 Jul 2014 17:35:41 +0200 Subject: [PATCH] Travis: Adapt test/ixf.load to work against 9.1. --- test/ixf.load | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/ixf.load b/test/ixf.load index ea322e5..6064443 100644 --- a/test/ixf.load +++ b/test/ixf.load @@ -4,5 +4,6 @@ LOAD IXF WITH truncate, create table BEFORE LOAD DO - $$ create schema if not exists nsitra; $$, + $$ drop schema if exists nsitra cascade; $$, + $$ create schema nsitra; $$, $$ drop table if exists nsitra.test1; $$;