From b8ec014b2d9f7cd740800a8a99839ad79f196bf8 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Tue, 2 Dec 2014 11:46:08 +0100 Subject: tests, extract pg number tests into separate file. --- activerecord/test/schema/postgresql_specific_schema.rb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'activerecord/test/schema') diff --git a/activerecord/test/schema/postgresql_specific_schema.rb b/activerecord/test/schema/postgresql_specific_schema.rb index def8dbd9f9..4488274f53 100644 --- a/activerecord/test/schema/postgresql_specific_schema.rb +++ b/activerecord/test/schema/postgresql_specific_schema.rb @@ -1,6 +1,6 @@ ActiveRecord::Schema.define do - %w(postgresql_arrays postgresql_numbers postgresql_times + %w(postgresql_arrays postgresql_times postgresql_oids defaults postgresql_timestamp_with_zones postgresql_partitioned_table postgresql_partitioned_table_parent).each do |table_name| execute "DROP TABLE IF EXISTS #{quote_table_name table_name}" @@ -51,14 +51,6 @@ _SQL ); _SQL - execute <<_SQL - CREATE TABLE postgresql_numbers ( - id SERIAL PRIMARY KEY, - single REAL, - double DOUBLE PRECISION - ); -_SQL - execute <<_SQL CREATE TABLE postgresql_times ( id SERIAL PRIMARY KEY, -- cgit v1.2.3