|
|
|
|
|
by rmurri
3983 days ago
|
|
Not sure if this is helpful, but you can use a database migration framework. Check update scripts into your version control, then the others can just run them when they pull your changes. We use alembic (http://alembic.readthedocs.org/en/rel_0_7/) but something else may be a better fit for you depending on what software you use. |
|