1
0
mirror of synced 2024-12-13 14:56:01 +03:00

Fixing pgsql test.

This commit is contained in:
Guilherme Blanco 2013-08-08 23:57:41 -04:00
parent 7853fb8529
commit 5f5c0ffc32

View File

@ -20,7 +20,7 @@ class DDC1360Test extends OrmFunctionalTestCase
));
$this->assertEquals(array(
'CREATE SCHEMA "user"',
'CREATE SCHEMA user',
'CREATE TABLE "user"."user" (id INT NOT NULL, PRIMARY KEY(id))',
'CREATE SEQUENCE "user"."user_id_seq" INCREMENT BY 1 MINVALUE 1 START 1',
), $sql);