Commit 838cc090 authored by Matija Čupić's avatar Matija Čupić

Remove timestamps from Callouts

parent 1dbcd5ec
......@@ -9,8 +9,6 @@ class CreateCallouts < ActiveRecord::Migration
create_table :callouts do |t|
t.string :feature_name, null: false
t.references :user, index: true, foreign_key: { on_delete: :cascade }, null: false
t.timestamps_with_timezone null: false
end
add_index :callouts, [:user_id, :feature_name], unique: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment