aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/005_AssetStore.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>