Sha256: 8b2ad8ca606b556cf264401afa206304d403848cc693691c24671982bcf02eff

Contents?: true

Size: 177 Bytes

Versions: 6

Compression:

Stored size: 177 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phcdevworks_tutorials-6.5.0 db/migrate/20191110232654_add_copy_instructions_to_steps.rb
phcdevworks_tutorials-6.4.0 db/migrate/20191110232654_add_copy_instructions_to_steps.rb
phcdevworks_tutorials-6.3.1 db/migrate/20191110232654_add_copy_instructions_to_steps.rb
phcdevworks_tutorials-6.3.0 db/migrate/20191110232654_add_copy_instructions_to_steps.rb
phcdevworks_tutorials-6.2.0 db/migrate/20191110232654_add_copy_instructions_to_steps.rb
phcdevworks_tutorials-6.1.0 db/migrate/20191110232654_add_copy_instructions_to_steps.rb