fixed postgres tests

This commit is contained in:
Carsten Brandt
2015-03-04 04:31:16 +01:00
parent 1945738c8d
commit 0772f0ebb2

View File

@ -125,7 +125,7 @@ CREATE TABLE "bool_values" (
); );
CREATE TABLE `animal` ( CREATE TABLE "animal" (
id serial primary key, id serial primary key,
type varchar(255) not null type varchar(255) not null
); );