From 674e8323920c525e68ae8576be10b8a001423260 Mon Sep 17 00:00:00 2001 From: paolo Date: Wed, 18 May 2016 16:09:47 +0200 Subject: [PATCH] disContinuous disIntegration --- tests/codeception/_data/dump.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/codeception/_data/dump.sql b/tests/codeception/_data/dump.sql index 62deaa687..5ce901a00 100644 --- a/tests/codeception/_data/dump.sql +++ b/tests/codeception/_data/dump.sql @@ -1,5 +1,5 @@ -- UPDATE tbl_studiengang -UPDATE public.tbl_studiengang SET onlinebewerbung = TRUE; +UPDATE tbl_studiengang SET onlinebewerbung = TRUE; -- EMPTY lehre.tbl_studienplan DELETE FROM lehre.tbl_studienplan;