Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Add the ability to update remote database with local modifications #8

Open
shulard opened this issue Jun 8, 2015 · 1 comment
Open

Comments

@shulard
Copy link
Member

shulard commented Jun 8, 2015

Sometimes during evolution development, the database is updated with new fields, new values that must be populated in the remote one.

We need to have a script which can synchronize :

  • Schema updates
  • Options values updates
  • Maybe content
@shulard
Copy link
Member Author

shulard commented Jun 16, 2015

Maybe the DbDeployTask in Phing can be useful for that : http://www.phing.info/docs/guide/stable/DbDeployTask.html

It allow to build update script / undo update script from delta SQL... But it does not allow to generate delta SQL.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant