aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLMigrations.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up output a bitMelanie2010-05-191-5/+1
|
* Revert "Allow migration steps to fail again without bringing down the house"Melanie2010-05-191-1/+1
| | | | This reverts commit 167db502593de5f535d8c322005c63ef263940ed.
* Allow migration steps to fail again without bringing down the houseMelanie2010-05-191-1/+1
|
* Make m_log in migrations private. Define new m_log in derived classMelanie2010-05-181-0/+2
|
* Added MySqlMigrations.cs (supports stored proc/funcs)AlexRa2010-05-161-0/+85
Uses MySqlScript class to correctly run proc/func definitions that need delimiter change. Requires MySql.Data.dll 6.2 or later.