Sha256: edf251f4883fa19472031ec1cb72110d7a88240c402a58ed6078f9c4cc5231a3
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 Bytes
Contents
class AddJobshopTo<%= table_name.camelize %> < ActiveRecord::Migration def self.up end def self.down # By default, we don't want to make any assumption about how to roll back a migration when your # model already existed. Please edit below which fields you would like to remove in this migration. raise ActiveRecord::IrreversibleMigration end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jobshop-0.0.1 | lib/generators/active_record/templates/migration_existing.rb.tt |
jobshop-0.0.0 | lib/generators/active_record/templates/migration_existing.rb.tt |