aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Migrations/Migration.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move Migration support into OpenSim.Data, because itSean Dague2008-06-091-198/+0
| | | | | | | really turned out to be small enough to not need it's own assembly
* fill out some more migration facilitiesSean Dague2008-06-091-19/+50
|
* more work in progress migration code, still a while beforeSean Dague2008-06-091-4/+94
| | | | | | this becomes useful
* start in on the shell for a generic database versioning module. My Sean Dague2008-06-091-0/+77
intent is to create an easier way to manage database table versions like the model used for ruby on rails migrations.