What is db/development_structure.sql in a rails project?

Viewed 15209

There is a development_structure.sql inside my /db folder of my rails application (rails 2.3.4, ruby 1.8.7) and I am not sure exactly what it does.

  1. Is it needed for some specific environment? (I think I read somewhere that it's used for tests)
  2. Do I need to add it to my git repository?
4 Answers
Related