aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/005_AssetStore.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Converted MySQL migration history to the new formatAlexRa2010-05-161-6/+0
| | | | | Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store
* add create_time and access_time to asset db for mysql, as wellSean Dague2008-11-061-0/+6
as the code to update these at the appropriate time. This isn't surfaced in AssetBase yet. Change the replace into to an insert into for asset create. Assets are not supposed to be updatable, and the replace into is more expensive. From: Sean Dague <sdague@gmail.com>