From 90e396ce65a563be90729de1f06a32535821bebb Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Tue, 2 Dec 2014 11:53:18 +0100 Subject: pg tests, move uniqueness validation test to array tests. --- activerecord/test/schema/postgresql_specific_schema.rb | 11 +---------- 1 file changed, 1 insertion(+), 10 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 4488274f53..96e201a83e 100644 --- a/activerecord/test/schema/postgresql_specific_schema.rb +++ b/activerecord/test/schema/postgresql_specific_schema.rb @@ -1,7 +1,6 @@ ActiveRecord::Schema.define do - %w(postgresql_arrays postgresql_times - postgresql_oids defaults postgresql_timestamp_with_zones + %w(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}" end @@ -43,14 +42,6 @@ _SQL execute "CREATE DOMAIN schema_1.varchar AS varchar" execute "CREATE DOMAIN schema_1.bpchar AS bpchar" - execute <<_SQL - CREATE TABLE postgresql_arrays ( - id SERIAL PRIMARY KEY, - commission_by_quarter INTEGER[], - nicknames TEXT[] - ); -_SQL - execute <<_SQL CREATE TABLE postgresql_times ( id SERIAL PRIMARY KEY, -- cgit v1.2.3