Sha256: 6387b7baa89f0e5c9fcb1598273792ce06aca8f31de26b5b090e37e8cb325168
Contents?: true
Size: 148 Bytes
Versions: 3
Compression:
Stored size: 148 Bytes
Contents
class AddCachedContentToPandaCMSPosts < ActiveRecord::Migration[8.0] def change add_column :panda_cms_posts, :cached_content, :text end end
Version data entries
3 entries across 3 versions & 1 rubygems