diff --git a/db/migrate/037_update_qbo_token.rb b/db/migrate/037_update_qbo_token.rb index 71a3109..ba1dcce 100644 --- a/db/migrate/037_update_qbo_token.rb +++ b/db/migrate/037_update_qbo_token.rb @@ -14,5 +14,6 @@ class UpdateQboToken < ActiveRecord::Migration[5.1] add_column :qbos, :oauth2_access_token_expires_at, :datetime add_column :qbos, :oauth2_refresh_token, :text add_column :qbos, :oauth2_refresh_token_expires_at, :datetime + add_column :qbos, :realm_id, :text end end