Sha256: 00357bfa432d0400d50dea0cff2bf158a166c1f20ca922f44cd8ffb15e33cfd6
Contents?: true
Size: 459 Bytes
Versions: 22
Compression:
Stored size: 459 Bytes
Contents
class AddShopifyAttributesToCharges < ActiveRecord::Migration def change add_column :disco_app_application_charges, :shopify_id, :integer, limit: 8, null: true add_column :disco_app_recurring_application_charges, :shopify_id, :integer, limit: 8, null: true add_column :disco_app_application_charges, :confirmation_url, :string, null: true add_column :disco_app_recurring_application_charges, :confirmation_url, :string, null: true end end
Version data entries
22 entries across 22 versions & 1 rubygems