Sha256: c3aeb7e29bbcbe4c1de494d90f6d06c06e26fbc7290b08e2d55df0a83d325645
Contents?: true
Size: 194 Bytes
Versions: 2
Compression:
Stored size: 194 Bytes
Contents
# This migration comes from spina (originally 14) class AddJsonAttributesToSpinaPages < ActiveRecord::Migration[5.2] def change add_column :spina_pages, :json_attributes, :jsonb end end
Version data entries
2 entries across 2 versions & 1 rubygems