Sha256: 9b982d863b46c32e4d331764c46902729d2d98aedcd824f58db681df3f25c667
Contents?: true
Size: 176 Bytes
Versions: 17
Compression:
Stored size: 176 Bytes
Contents
class DropSprintsProjectId < ActiveRecord::Migration def up remove_column :sprints, :project_id end def down raise ActiveRecord::IrreversibleMigration end end
Version data entries
17 entries across 17 versions & 1 rubygems