Update 029_update_qbos_types.rb

This commit is contained in:
2020-01-04 13:19:21 -05:00
committed by GitHub
parent 70ca4e9964
commit 647923e5e6

View File

@@ -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