sudr / dbdeploy

Automatically exported from code.google.com/p/dbdeploy
0 stars 0 forks source link

Multiple projects to the same database #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I have a situation where there are 8 different projects developed at one time. 
Each one of this projects can be deployed with its own database - or they can 
share one schema (we ensure that database objects created are always uniquely 
named).

These projects are developed by distributed teams, using separate repositories. 
It won't be possible to synchronize index of SQL files between them.

My idea is to support the concept of projects/modules in the changelog table so 
every script can be sequenced inside the project and unique inside the project 
only?

What would be the best practice for this situation?

Thanks,
Suriyanto

Original issue reported on code.google.com by suriya...@gmail.com on 22 Dec 2011 at 3:58

GoogleCodeExporter commented 9 years ago
Why not have different changelog tables, one per project/module. dbdeploy can 
do that.

Original comment by longs...@gmail.com on 22 Dec 2011 at 10:58