diff --git a/db/migrate/037_update_qbo_token.rb b/db/migrate/037_update_qbo_token.rb index ba1dcce..b9bedc2 100644 --- a/db/migrate/037_update_qbo_token.rb +++ b/db/migrate/037_update_qbo_token.rb @@ -15,5 +15,8 @@ class UpdateQboToken < ActiveRecord::Migration[5.1] add_column :qbos, :oauth2_refresh_token, :text add_column :qbos, :oauth2_refresh_token_expires_at, :datetime add_column :qbos, :realm_id, :text + remove_column :qbos, :company_id + remove_column :qbos, :token + remove_column :qbos, :expire end end