Sha256: 5ad92ac4468f265c57e31d81ff1b01731e7ffc499ace989aba3a0613d2861d11
Contents?: true
Size: 258 Bytes
Versions: 3
Compression:
Stored size: 258 Bytes
Contents
class RemoveImagesColsFromPhcdevworksPortfolio < ActiveRecord::Migration[6.0] def change remove_column :phcdevworks_portfolio_project_posts, :post_image, :string remove_column :phcdevworks_portfolio_project_posts, :post_images, :string end end
Version data entries
3 entries across 3 versions & 1 rubygems