Sha256: fd9dad2bbd93f17877fd3bbd9c1e7307f8d552da65e4b8beeabc2bbafd8a23d3

Contents?: true

Size: 179 Bytes

Versions: 7

Compression:

Stored size: 179 Bytes

Contents

class AddCopyInstructionsToSteps < ActiveRecord::Migration[6.0]
  def change
  
    add_column :phcdevworks_tutorials_tutorial_steps, :step_copy_instruction, :string
  
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phcdevworks_tutorials-6.0.0 db/migrate/20191110232654_add_copy_instructions_to_steps.rb
phcdevworks_tutorials-5.2.2 db/migrate/20191110232654_add_copy_instructions_to_steps.rb
phcdevworks_tutorials-5.2.1 db/migrate/20191110232654_add_copy_instructions_to_steps.rb
phcdevworks_tutorials-5.2.0 db/migrate/20191110232654_add_copy_instructions_to_steps.rb
phcdevworks_tutorials-5.1.2 db/migrate/20191110232654_add_copy_instructions_to_steps.rb
phcdevworks_tutorials-5.1.1 db/migrate/20191110232654_add_copy_instructions_to_steps.rb
phcdevworks_tutorials-5.1.0 db/migrate/20191110232654_add_copy_instructions_to_steps.rb