From 51f247107f63b8c6c3a2ba689d26b3ed51237ab2 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Tue, 3 Jun 2014 15:58:29 +0200 Subject: test pg, move bit string type tests into `bit_string_test.rb`. --- activerecord/test/schema/postgresql_specific_schema.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'activerecord/test/schema/postgresql_specific_schema.rb') diff --git a/activerecord/test/schema/postgresql_specific_schema.rb b/activerecord/test/schema/postgresql_specific_schema.rb index 4fcbf4dbd2..d4da3b3bc1 100644 --- a/activerecord/test/schema/postgresql_specific_schema.rb +++ b/activerecord/test/schema/postgresql_specific_schema.rb @@ -149,14 +149,6 @@ _SQL ); _SQL - execute <<_SQL - CREATE TABLE postgresql_bit_strings ( - id SERIAL PRIMARY KEY, - bit_string BIT(8), - bit_string_varying BIT VARYING(8) - ); -_SQL - execute <<_SQL CREATE TABLE postgresql_oids ( id SERIAL PRIMARY KEY, -- cgit v1.2.3