Sha256: fbfef3ba6a1e0f5a691d3b0fa2b8f5be8429816109532626099b2a765588b083

Contents?: true

Size: 184 Bytes

Versions: 3

Compression:

Stored size: 184 Bytes

Contents

class RemovePostTagIdFromPosts < ActiveRecord::Migration[8.0]
  def change
    remove_column :panda_cms_posts, :post_tag_id if column_exists?(:panda_cms_posts, :post_tag_id)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
panda-cms-0.7.3 db/migrate/20241123234140_remove_post_tag_id_from_posts.rb
panda-cms-0.7.2 db/migrate/20241123234140_remove_post_tag_id_from_posts.rb
panda-cms-0.7.0 db/migrate/20241123234140_remove_post_tag_id_from_posts.rb