From f036862c0fa0377c78007daf7b79715f5cb8ff32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 28 Nov 2012 11:11:11 -0200 Subject: Add comment to a table without model. This table is being used to verify if the :limit options is being ignored for text and binary columns --- activerecord/test/schema/postgresql_specific_schema.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activerecord/test/schema/postgresql_specific_schema.rb b/activerecord/test/schema/postgresql_specific_schema.rb index 0cfde83778..775a1208b7 100644 --- a/activerecord/test/schema/postgresql_specific_schema.rb +++ b/activerecord/test/schema/postgresql_specific_schema.rb @@ -193,6 +193,7 @@ _SQL rescue #This version of PostgreSQL either has no XML support or is was not compiled with XML support: skipping table end + # This table is to verify if the :limit option is being ignored for text and binary columns create_table :limitless_fields, force: true do |t| t.binary :binary, limit: 100_000 t.text :text, limit: 100_000 -- cgit v1.2.3