View Single Post
  #2  
Old 01-10-2010, 09:21 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

There's no easy way of doing this. If you have a custom environment, you'll need to commit all the additions and modifications to an sql file that you would run after each db update. I'm current keeping all additions and modifications in an Excel spreadsheet (just use Navicat or Heidi to copy and paste each new record you create), one tab per modified table, and will eventually commit all this to an SQL file.
Reply With Quote