Sha256: 696026167cc639caae6fa64b4b886e6f34a6454232c2d222a6c0996e868f7b50

Contents?: true

Size: 413 Bytes

Versions: 2

Compression:

Stored size: 413 Bytes

Contents

class CreatePhcdevworksTutorialsAddSeo < ActiveRecord::Migration[6.0]
  def change

    add_column :phcdevworks_tutorials_tutorial_posts, :optimization_id, :string
    add_column :phcdevworks_tutorials_tutorial_steps, :optimization_id, :string
    add_column :phcdevworks_tutorials_command_posts, :optimization_id, :string
    add_column :phcdevworks_tutorials_command_items, :optimization_id, :string

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcdevworks_tutorials-8.0.1 db/migrate/20200707115652_create_phcdevworks_tutorials_add_seo.rb
phcdevworks_tutorials-8.0.0 db/migrate/20200707115652_create_phcdevworks_tutorials_add_seo.rb