Sha256: c90aece0e5fcaba3a235afdb4d1d293630cf012e89683f54a458975a1346c5d5
Contents?: true
Size: 166 Bytes
Versions: 3
Compression:
Stored size: 166 Bytes
Contents
class AddCachedContentToPandaCMSBlockContents < ActiveRecord::Migration[7.2] def change add_column :panda_cms_block_contents, :cached_content, :jsonb end end
Version data entries
3 entries across 3 versions & 1 rubygems