Thread: AA-data.sql?
View Single Post
  #11  
Old 07-31-2007, 08:42 AM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

If it's a newer schema to support newer code, I imagine the old fields can be removed.

For safety, you could change the queries to specify each column for your data, and perform an update or replace into instead. But, Drop/Create is always better.
Reply With Quote