Sha256: f77651e804d605bad1a5b6b0171e7872bea6a850f5ca0f6a5db986cc1655aa13
Contents?: true
Size: 301 Bytes
Versions: 19
Compression:
Stored size: 301 Bytes
Contents
class AddItemsToMpPix < ActiveRecord::Migration[7.0] def change add_column :solidus_mp_pix_payment_sources, :items, :jsonb, default: [] add_column :solidus_mp_pix_payment_sources, :statement_descriptor, :string add_column :solidus_mp_pix_payment_sources, :description, :string end end
Version data entries
19 entries across 19 versions & 1 rubygems