Sha256: 0cd2019ce94859354b36ffc9d2b5212005535e03cd9795778b9b2df202db3f10
Contents?: true
Size: 198 Bytes
Versions: 2
Compression:
Stored size: 198 Bytes
Contents
# frozen_string_literal: true 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