diff --git a/db/migrate/029_update_qbos_types.rb b/db/migrate/029_update_qbos_types.rb index 4101b7a..58fac8c 100644 --- a/db/migrate/029_update_qbos_types.rb +++ b/db/migrate/029_update_qbos_types.rb @@ -11,7 +11,7 @@ class UpdateQbosTypes < ActiveRecord::Migration def change - change_column :qbos, :token, :text - change_column :qbos, :secret, :text + change_column :qbos, :qb_token, :text + change_column :qbos, :qb_secret, :text end end