summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 8dd75e75004..9c99e5328e5 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -36,7 +36,7 @@ ActiveRecord::Schema.define(:version => 20111027142641) do
end
create_table "notes", :force => true do |t|
- t.text "note", :limit => 255
+ t.text "note"
t.string "noteable_id"
t.string "noteable_type"
t.integer "author_id"