Sha256: 3ac96520767ff56313e84d9712071f6c609790b7db38d3c21f1a0c712968d638

Contents?: true

Size: 388 Bytes

Versions: 5

Compression:

Stored size: 388 Bytes

Contents

# This migration comes from droom (originally 20120917095804)
class AgendaSections < ActiveRecord::Migration
  def change
    create_table :droom_agenda_sections do |t|
      t.string :name
      t.text :description
      t.integer :event_id
      t.integer :created_by_id
      t.timestamps
    end
    
    add_column :droom_document_attachments, :agenda_section_id, :integer
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
droom-0.5.3 spec/dummy/db/migrate/20120921094604_agenda_sections.droom.rb
droom-0.4.3 spec/dummy/db/migrate/20120921094604_agenda_sections.droom.rb
droom-0.4.2 spec/dummy/db/migrate/20120921094604_agenda_sections.droom.rb
droom-0.4.1 spec/dummy/db/migrate/20120921094604_agenda_sections.droom.rb
droom-0.2.1 spec/dummy/db/migrate/20120921094604_agenda_sections.droom.rb