From bcf5b281a88dadd5c5001757b3d1958eb83606b5 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Tue, 2 Dec 2014 11:00:19 +0100 Subject: tests, move pg geometric tests out of `base_test`. --- activerecord/test/schema/postgresql_specific_schema.rb | 13 ------------- 1 file changed, 13 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 7c44409d34..e7615392db 100644 --- a/activerecord/test/schema/postgresql_specific_schema.rb +++ b/activerecord/test/schema/postgresql_specific_schema.rb @@ -44,19 +44,6 @@ _SQL execute "CREATE DOMAIN schema_1.varchar AS varchar" execute "CREATE DOMAIN schema_1.bpchar AS bpchar" - execute <<_SQL - CREATE TABLE geometrics ( - id serial primary key, - a_point point, - -- a_line line, (the line type is currently not implemented in postgresql) - a_line_segment lseg, - a_box box, - a_path path, - a_polygon polygon, - a_circle circle - ); -_SQL - execute <<_SQL CREATE TABLE postgresql_arrays ( id SERIAL PRIMARY KEY, -- cgit v1.2.3