| From: | Scott Hildebrand |
| Sent on: | Wednesday, September 16, 2009 5:05 PM |
| I think version control systems are pretty exclusive to code. If you're
working with a certain kind of framework like Symfony, the development
database is auto-generated from YAML files. So essentially schema is
getting into version control. However once that goes into production
you're not replacing the database every time you update code. Code can
change but schema can't without fucking with data... which would be
unacceptable in most cases. --- On Wed, 9/16/09, Alan Puccinelli <[address removed]> wrote:
|