Sha256: 6b6b28e301bca350f3caf493a31c3affa1879dbae62dfa21bfeca3e7d363d29e
Contents?: true
Size: 274 Bytes
Versions: 2
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true # This migration comes from spree_billing_sisow (originally 20130527131828) class AddTransactionTypeToSisowTransactions < ActiveRecord::Migration[5.0] def change add_column :spree_sisow_transactions, :transaction_type, :string end end
Version data entries
2 entries across 2 versions & 1 rubygems