aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-21this removes use of the mapper for wearables, and I can confirm thingsSean Dague1-30/+33
get saved to the database. There are still issues on wearing things after a cleared cache that I'm looking at now.
2008-05-19autocreate appearance table if it isn't thereSean Dague1-0/+0
2008-05-19prep for changes need to create the appearance tablesSean Dague1-4/+1
by default
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames2-40/+40
2008-05-01* Align new fields upgrade sql to have the same 'not null' and default ↵Justin Clarke Casey2-7/+7
settings as when an inventoryitems table is newly created * Normalize logging titles in database code, though this doesn't yet cover invoking code
2008-05-01* Change mysql inventory items table version 3 upgrade sql to provide ↵Justin Clarke Casey1-5/+5
explicit default values
2008-04-30* Refactored the land table to be versionable in mySQL.Teravus Ovares2-0/+42
* Added AuthbuyerID so that if someone sets a land for sale to someone and then restarts the simulator, when the simulator comes back up, the setting persists.
2008-04-30* Change new inventory groupID field to 36 rather than 63Justin Clarke Casey1-1/+1
* Add updated stub mssql inventory sql (only really because I was in the middle of this when I spotted the numeric transposition)
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. ↵Teravus Ovares2-1/+15
Thanks A_Biondi and Melanie! * This builds but might not work. JustinCC will examine.. it may work out of the box.
2008-04-02whole lot more movingSean Dague14-0/+232