Sha256: 1dbbebf7763f50c384efbde9433b1c92597b4323c77b9f3b8df75972b8a181c8
Contents?: true
Size: 490 Bytes
Versions: 5
Compression:
Stored size: 490 Bytes
Contents
# This migration comes from droom (originally 20121009145944) class EventAgendaSections < ActiveRecord::Migration def change remove_column :droom_agenda_sections, :event_id rename_table :droom_agenda_sections, :droom_categories rename_column :droom_document_attachments, :agenda_section_id, :category_id create_table :droom_agenda_categories do |t| t.integer :event_id t.integer :category_id t.integer :created_by_id t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems