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.
- Is it needed for some specific environment? (I think I read somewhere that it's used for tests)
- Do I need to add it to my git repository?