aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/postgresql_specific_schema.rb
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-06-03 15:58:29 +0200
committerYves Senn <yves.senn@gmail.com>2014-06-03 16:02:18 +0200
commit51f247107f63b8c6c3a2ba689d26b3ed51237ab2 (patch)
tree6e4ed38737e7092c65de6ea7144cf883061ab14a /activerecord/test/schema/postgresql_specific_schema.rb
parent254cdf4728291277f3fbaa854f34495030e476b4 (diff)
downloadrails-51f247107f63b8c6c3a2ba689d26b3ed51237ab2.tar.gz
rails-51f247107f63b8c6c3a2ba689d26b3ed51237ab2.tar.bz2
rails-51f247107f63b8c6c3a2ba689d26b3ed51237ab2.zip
test pg, move bit string type tests into `bit_string_test.rb`.
Diffstat (limited to 'activerecord/test/schema/postgresql_specific_schema.rb')
-rw-r--r--activerecord/test/schema/postgresql_specific_schema.rb8
1 files changed, 0 insertions, 8 deletions
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
@@ -150,14 +150,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,
obj_id OID