rails timestamped migrations optionals
For some reason you don’t like timestamped migrations in rails?
Looking for a way to use integers again?
Grab off the latest rails edge and set:
config.active_record.timestamped_migrations = false
For some reason you don’t like timestamped migrations in rails?
Looking for a way to use integers again?
Grab off the latest rails edge and set:
config.active_record.timestamped_migrations = false