We maintain a large project with many migrations dating back about 4 years.
Ideally we would like to delete all the old migrations and copy the schema contents into an initial_migration.rb
file.
My question then, consists of three things:
- Will this wipe out our clients databases?
- If so, how do we persist the data?
- Generally speaking what is the best way to go about this
Thanks in advance.