aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test/dummy/db/migrate/2018052816_create_action_text_tables.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actiontext/test/dummy/db/migrate/2018052816_create_action_text_tables.rb')
-rw-r--r--actiontext/test/dummy/db/migrate/2018052816_create_action_text_tables.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actiontext/test/dummy/db/migrate/2018052816_create_action_text_tables.rb b/actiontext/test/dummy/db/migrate/2018052816_create_action_text_tables.rb
index 74c7a0ecb9..6e7177620f 100644
--- a/actiontext/test/dummy/db/migrate/2018052816_create_action_text_tables.rb
+++ b/actiontext/test/dummy/db/migrate/2018052816_create_action_text_tables.rb
@@ -5,8 +5,7 @@ class CreateActionTextTables < ActiveRecord::Migration[6.0]
t.text :body, limit: 16777215
t.references :record, null: false, polymorphic: true, index: false
- t.datetime :created_at, null: false
- t.datetime :updated_at, null: false
+ t.timestamps
t.index [ :record_type, :record_id, :name ], name: "index_action_text_rich_texts_uniqueness", unique: true
end