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

Version Path
panda-cms-0.7.3 db/migrate/20241120113859_add_cached_content_to_panda_cms_posts.rb
panda-cms-0.7.2 db/migrate/20241120113859_add_cached_content_to_panda_cms_posts.rb
panda-cms-0.7.0 db/migrate/20241120113859_add_cached_content_to_panda_cms_posts.rb