Sha256: c5c6a43011e4d28eab3ddc6e4bc3fb5c135d4eb2f74345cb35fdd8502c1d9b3e
Contents?: true
Size: 151 Bytes
Versions: 2
Compression:
Stored size: 151 Bytes
Contents
class AddParentIdToSystemTaskResolution < ActiveRecord::Migration def change add_column :system_task_resolutions, :parent_id, :integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guara-0.0.3 | db/migrate/20121015101844_add_parent_id_to_system_task_resolution.rb |
guara-0.0.1.rc | db/migrate/20121015101844_add_parent_id_to_system_task_resolution.rb |