Update 030_update_qbos_token.rb

This commit is contained in:
2020-01-04 22:16:07 -05:00
committed by GitHub
parent 9549bb8fe2
commit fd85f296de

View File

@@ -12,6 +12,6 @@ class UpdateQbosToken < ActiveRecord::Migration
def change def change
add_column :qbos, :token, :text add_column :qbos, :token, :text
add_column :qbos, :expire, :date add_column :qbos, :expire, :datetime
end end
end end