aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Resources/004_InventoryStore.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migrations for SQLite converted to new formatAlexRa2010-05-161-36/+0
|
* * Apply http://opensimulator.org/mantis/view.php?id=3439Justin Clarke Casey2009-04-101-8/+8
| | | | | | | * This corrects problems seen on some SQLite systems where the migration fails because the two argument substr() isn't implemented * Thanks RemedyTomm!
* * Improve inventory uuid conversions to make sure that we aren't converting ↵Justin Clarke Casey2009-04-091-8/+29
| | | | | | | | anything that already contains a - * Among other things, this means that if a migration is interrupted, it can simply be retried
* * Migrate UUID representations in SQLite inventory store to dashed formatJustin Clarke Casey2009-04-091-0/+15
* This makes the representation consistent with that most commonly used in the other supported database layers