LinuxDoku / migratordotnet

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

Multiple databases in one assembly #151

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to be able to migrate multiple databases in one assembly.  Pass 
the database name to the build task.  Think of it as categories for 
migrations.

I was thinking an additional attribute per migration to indicate which 
database this applies to would work.  Also considering using separate 
namespaces, so you wouldn't have to attribute every class.

I was thinking about implementing this myself, but wanted to get some 
feedback on the idea.

Note: I realize this is not a defect, but i couldn't figure out how to add an 
issue as an enhancement.

Original issue reported on code.google.com by dean.g...@gmail.com on 30 Apr 2010 at 6:29