mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Remove unsed columns
This commit is contained in:
@@ -15,5 +15,8 @@ class UpdateQboToken < ActiveRecord::Migration[5.1]
|
|||||||
add_column :qbos, :oauth2_refresh_token, :text
|
add_column :qbos, :oauth2_refresh_token, :text
|
||||||
add_column :qbos, :oauth2_refresh_token_expires_at, :datetime
|
add_column :qbos, :oauth2_refresh_token_expires_at, :datetime
|
||||||
add_column :qbos, :realm_id, :text
|
add_column :qbos, :realm_id, :text
|
||||||
|
remove_column :qbos, :company_id
|
||||||
|
remove_column :qbos, :token
|
||||||
|
remove_column :qbos, :expire
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user