parent
05092fbce9
commit
c8946a02f4
@ -0,0 +1,6 @@
|
||||
class AddTwilioSidToAttempt < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :attempts, :twilio_sid, :string
|
||||
add_index :attempts, :twilio_sid
|
||||
end
|
||||
end
|
||||
Loading…
Reference in new issue