Sha256: dea465bfdd4a88ca312af9528c77d8eae70960ae6729b27f6a43b31918409264

Contents?: true

Size: 204 Bytes

Versions: 3

Compression:

Stored size: 204 Bytes

Contents

class RemoveActionTextFromPosts < ActiveRecord::Migration[7.1]
  def up
    remove_column :panda_cms_posts, :post_content
  end

  def down
    add_column :panda_cms_posts, :post_content, :text
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
panda-cms-0.7.3 db/migrate/20241119214549_remove_action_text_from_posts.rb
panda-cms-0.7.2 db/migrate/20241119214549_remove_action_text_from_posts.rb
panda-cms-0.7.0 db/migrate/20241119214549_remove_action_text_from_posts.rb