aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLMigrations.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added MySqlMigrations.cs (supports stored proc/funcs)AlexRa2010-05-181-0/+85
Uses MySqlScript class to correctly run proc/func definitions that need delimiter change. Requires MySql.Data.dll 6.2 or later.