Database source control
        Posted  
        
            by 
                Bojan Skrchevski
            
        on Programmers
        
        See other posts from Programmers
        
            or by Bojan Skrchevski
        
        
        
        Published on 2011-09-23T13:38:41Z
        Indexed on 
            2012/07/11
            9:22 UTC
        
        
        Read the original article
        Hit count: 501
        
database
|version-control
Should database files(scripts etc.) be on source control? If so, what is the best method to keep it and update it there?
Is there even a need for database files to be on source control since we can put it on a development server where everyone can use it and make changes to it if needed. But, then we can't get it back if someone messes it up.
What approach is best used for databases on source-control?
© Programmers or respective owner