aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Migration.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * optimized usings.lbsa712009-02-121-1/+1
* Reinstate setting timeout to never, the default 30 second timeout was causing...idb2008-12-081-1/+1
* * Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey2008-12-021-2/+8
* * Unforunately it turns out not to be that simple. Revert the rest of r7560 ...Justin Clarke Casey2008-12-011-8/+2
* * From Mantis#2701 - Implements NHibernate data adapter, adds support for MsS...Adam Frisby2008-12-011-2/+8
* remove some extraneous debug messages from migrationsSean Dague2008-09-201-2/+0
* * minor: spelling mistake and message tidying on Migration messagesJustin Clarke Casey2008-09-121-5/+5
* Mantis #2095Melanie Thielker2008-09-011-5/+5
* Formatting cleanup.Jeff Ames2008-08-181-16/+16
* dr scofield's warning safari:Dr Scofield2008-06-271-23/+23
* set CommandTimeout = 0 in the migration commands so that longSean Dague2008-06-161-0/+2
* be a bit more verbose about what we are doing on the migrationSean Dague2008-06-161-0/+7
* fix nhibernate driver so that it starts (based on the appearanceSean Dague2008-06-161-1/+2
* change some messages on the migrations front to be Sean Dague2008-06-161-5/+4
* the beginning of the great id format migration. This makesSean Dague2008-06-161-0/+2
* Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames2008-06-131-7/+16
* check in working migration code fore SQLite. This Sean Dague2008-06-111-1/+7
* I'm going to need the Version property to manage Sean Dague2008-06-101-0/+6
* update of migration code to be more sane on versionSean Dague2008-06-101-40/+37
* Update svn properties. Formatting cleanup.Jeff Ames2008-06-101-8/+16
* actually create and populate the migrations table correctly.Sean Dague2008-06-091-8/+25
* migrations seem to not break anything at this point. Sean Dague2008-06-091-12/+24
* move Migration support into OpenSim.Data, because itSean Dague2008-06-091-0/+198