|
|
|
|
|
by natemcguire
4885 days ago
|
|
you would probably need to do something along the lines of creating a sql.diff file that has the difference between production and local database and then ONLY inserts into the production database so you don't overwrite changes that have occurred since you started working locally. This is something that could be written but really would only be worth it for someone that does a ton of WordPress development...definitely an interesting problem. |
|