This is interesting. What do this end up doing to your schema.rb file? That is, if you were to launch a new server and needed to get the DB set up (for the first time), would you have to run thru all the migrations, or could you still do db:schema:load?
This is interesting. What do this end up doing to your schema.rb file? That is, if you were to launch a new server and needed to get the DB set up (for the first time), would you have to run thru all the migrations, or could you still do
db:schema:load
?