Sha256: fe9ac66c0e9bcf23ef1e12638b5f9a869a3c6a02c05ae7dbd8e9b58eca2a39d9
Contents?: true
Size: 413 Bytes
Versions: 2
Compression:
Stored size: 413 Bytes
Contents
class RemoveImagesColsFromPhcdevworksTutorials < ActiveRecord::Migration[6.0] def change remove_column :phcdevworks_tutorials_tutorial_posts, :post_image, :string remove_column :phcdevworks_tutorials_tutorial_steps, :step_image, :string remove_column :phcdevworks_tutorials_command_posts, :post_image, :string remove_column :phcdevworks_tutorials_command_items, :item_image, :string end end
Version data entries
2 entries across 2 versions & 1 rubygems