From 0772f0ebb22b6a83beb0e3cb97bc82dfcd741ed7 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Wed, 4 Mar 2015 04:31:16 +0100 Subject: [PATCH] fixed postgres tests --- tests/unit/data/postgres.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/data/postgres.sql b/tests/unit/data/postgres.sql index 7aa7b9b23b..b3f19c825e 100644 --- a/tests/unit/data/postgres.sql +++ b/tests/unit/data/postgres.sql @@ -125,7 +125,7 @@ CREATE TABLE "bool_values" ( ); -CREATE TABLE `animal` ( +CREATE TABLE "animal" ( id serial primary key, type varchar(255) not null );