aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test/dummy/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actiontext/test/dummy/db/schema.rb')
-rw-r--r--actiontext/test/dummy/db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actiontext/test/dummy/db/schema.rb b/actiontext/test/dummy/db/schema.rb
index 71080a1c69..5216c5fd33 100644
--- a/actiontext/test/dummy/db/schema.rb
+++ b/actiontext/test/dummy/db/schema.rb
@@ -14,7 +14,7 @@ ActiveRecord::Schema.define(version: 2018_10_03_185713) do
create_table "action_text_rich_texts", force: :cascade do |t|
t.string "name", null: false
- t.text "body", limit: 16777215
+ t.text "body"
t.string "record_type", null: false
t.integer "record_id", null: false
t.datetime "created_at", precision: 6, null: false