Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-07-26 | add missing regionstore migration file for new fields. D'oh! | Justin Clark-Casey (justincc) | 1 | -0/+6 | |
this should enable persistence now | |||||
2010-07-15 | add missing regionstore migration file for new fields. D'oh! | Justin Clark-Casey (justincc) | 1 | -0/+6 | |
this should enable persistence now | |||||
2010-06-08 | * Changed CreatorIDs consistently to varchar(128) | Diva Canto | 5 | -52/+53 | |
* Deleted redundant migration for assets in SQLite * Rewrote XInventory migrations in SQLite in the new style | |||||
2010-06-04 | remove estate stuff in sqlite region migrations since this also exists in ↵ | Justin Clark-Casey (justincc) | 1 | -54/+1 | |
estate migrations, change Sandbox to sandbox in sqlite region migrations re-enabling the sqlite data tests revealed these errors! | |||||
2010-06-04 | add sqlite database back to database tests | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
this appears to be okay even though we reuse it between runs without deleting it first. size of the database appears not to be changing though that could be deceptive | |||||
2010-05-23 | Split migrations for RegionStore and EstateStore (see WARNING!) | AlexRa | 2 | -25/+88 | |
ok, so the estate stores now want their own migration files, but as it happened the SQL definition were inside the Region migrations. It seems better/cleaner to keep each 'store' separately updatable. WARNING: any editing in the middle of the migration scripts (as opposite to just appending to them) has the potential of messing up updates of existing databases. As far as I can see, this one is (probably) safe, the worst that could happen is the EstateStore migration silently fail if the estate the tables are already there. | |||||
2010-05-19 | SQLite: CreatorID added (and asset_flags moved) to the migration script | AlexRa | 1 | -0/+24 | |
2010-05-18 | Migrations for SQLite converted to new format | AlexRa | 46 | -709/+828 | |
2010-05-16 | Migrations for SQLite converted to new format | AlexRa | 46 | -709/+828 | |
2010-05-09 | * Fixed spamming the assets table with map tiles. The tile image ID is now ↵ | Diva Canto | 2 | -0/+10 | |
stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. * Fixed small bug with map search where the local sim regions weren't found. | |||||
2010-05-07 | These files are part of the GridUserService write-up. | Diva Canto | 1 | -0/+16 | |
2010-05-04 | Fixed: migration #2 for SQLite. Problem was that ATTACH cannot be done ↵ | Diva Canto | 1 | -3/+2 | |
inside a transaction. | |||||
2010-05-02 | Switched everything to XInventory by default. The old Inventory is still ↵ | Diva Canto | 2 | -0/+47 | |
there for now, in case bugs pop up with XInventory. | |||||
2010-04-16 | Bug fix: UserAccounts in SQLite was missing the primary key constraint. | Diva Canto | 1 | -1/+1 | |
2010-02-28 | Added FriendsData to both Null storage and SQLite. Untested. | Diva Canto | 2 | -0/+15 | |
2010-02-21 | Bug fixes on field names in order to make data import work from old users ↵ | Diva Canto | 1 | -1/+1 | |
table to new UserAccounts table. | |||||
2010-02-21 | * Added SQlite connector for AvatarData. Tested -- works. | Diva Canto | 1 | -0/+9 | |
* Small bug fix in debug message * Set default standalone configs to use SQLite across the board | |||||
2010-02-20 | Added UserAccountData and auth to the SQLite connector. Compiles, runs, but ↵ | Diva Canto | 4 | -0/+45 | |
access to these tables doesn't work. | |||||
2009-05-07 | * Consistently use dashed uuid format for sqlite region data, as was ↵ | Justin Clarke Casey | 1 | -0/+79 | |
previously done for sqlite inventory data. * This revision contains a data migration. Please backup your sqlite region db as a precaution before using this code * I also advise that you do a runprebuild[.sh|.bat] and a clean build ("nant clean build" if you're using the command line). * This change is needed for future id schemes | |||||
2009-04-25 | Thanks, Ewe Loon for a patch that | Homer Horwitz | 1 | -0/+37 | |
provides persistent AvatarAppearance for SQLite. Fixes Mantis #3296. | |||||
2009-04-10 | * Apply http://opensimulator.org/mantis/view.php?id=3439 | Justin Clarke Casey | 3 | -11/+11 | |
* This corrects problems seen on some SQLite systems where the migration fails because the two argument substr() isn't implemented * Thanks RemedyTomm! | |||||
2009-04-09 | * Change SQLite asset UUID to dashed format to be consistent | Justin Clarke Casey | 1 | -0/+7 | |
* Remaining inconsistent uuids (non dashed) are in region store for sqlite and mysql * Migration of these will happen at a later date, unless someone else wants to do it | |||||
2009-04-09 | * Change UUIDs in SQLite user db to dashed format to match representations ↵ | Justin Clarke Casey | 1 | -0/+11 | |
elsewhere | |||||
2009-04-09 | * Improve inventory uuid conversions to make sure that we aren't converting ↵ | Justin Clarke Casey | 1 | -8/+29 | |
anything that already contains a - * Among other things, this means that if a migration is interrupted, it can simply be retried | |||||
2009-04-09 | * Migrate UUID representations in SQLite inventory store to dashed format | Justin Clarke Casey | 1 | -0/+15 | |
* This makes the representation consistent with that most commonly used in the other supported database layers | |||||
2009-04-05 | Adding migrations for MySQL and SQLite for removing the "old" cloud image. | Homer Horwitz | 1 | -0/+1 | |
The new one already in the Library will be reinserted automatically. Fixes Mantis #964 | |||||
2009-02-16 | - remove dependency on OpenSim.Grid.AssetServer.Plugins.Opensim in | Mike Mazur | 1 | -1/+0 | |
OpenSim.Data.*.addin.xml, this is cruft left over from previous testing - fix example SQLite connection string in AssetInventoryServer.ini.example | |||||
2009-02-16 | - add OpenSim.Grid.AssetServer.Plugins.OpenSim as a dependency for ↵ | Mike Mazur | 1 | -0/+1 | |
OpenSim.Data.*.addin.xml - remove OpenSim.Grid.NewAssetServer.exe from bin/OpenSim.Data.addin.xml - add prebuild.xml section for OpenSim.Grid.AssetServer.Plugins.OpenSim.dll | |||||
2009-01-19 | * Remove unused prims.ParentID field from SQLite and MySQL | Justin Clarke Casey | 1 | -0/+8 | |
* Since this is a db change, as always I strongly recommend that you backup your database before updating to this revision * Haven't touched MSSQL in case I get it wrong - looking for some kind soul to take care of this. | |||||
2008-12-30 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -5/+5 | |
2008-12-22 | Thanks Gerhard for a patch that implements part 3 of VolumeDetection / ↵ | Dahlia Trimble | 1 | -0/+5 | |
persistance | |||||
2008-11-21 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -6/+6 | |
2008-11-19 | Mantis#2656. Thank you kindly, Nlin for a patch that: | Charles Krinke | 1 | -0/+6 | |
Attached patch implements llCollisionSound. Thanks T. Sado. | |||||
2008-11-18 | Fixed MySQL and SQLite so they will save the | Sean Dague | 1 | -0/+8 | |
variable sun vector, adding 3 new fields on both. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
2008-11-14 | Add SQLite and the missing migrations files for last commit | Melanie Thielker | 1 | -0/+5 | |
2008-11-04 | implement email field for MySQL and SQLite | Sean Dague | 1 | -0/+5 | |
From: Sean Dague <sdague@gmail.com> | |||||
2008-10-18 | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 1 | -0/+6 | |
Add rezzing time to objects. Add Object return and traffic fields to land database. Add plumbing for auto return. Implement auto return. Contains a migration. May contain nuts. | |||||
2008-10-03 | Add database persistence for material setting | Melanie Thielker | 1 | -0/+5 | |
2008-09-18 | * Updates the SQLite region database to support the same properties that the ↵ | Teravus Ovares | 1 | -0/+28 | |
MySQL version does for the table, prims. * If this causes any unit tests to fail, the tests need to be updated. | |||||
2008-09-17 | Adding currentLookAt to useragents table in SQLite. This complements the | Homer Horwitz | 1 | -0/+7 | |
MySQL change from http://opensimulator.org/mantis/view.php?id=2073 | |||||
2008-09-16 | Mantis #904: Thanks jonc, for a patch that adds "useragents" table to | Homer Horwitz | 1 | -0/+20 | |
SQLite and stores the logout position in standalone mode. Note: This adds a migration for SQLite, so do your runprebuild | |||||
2008-09-12 | * Patch http://opensimulator.org/mantis/view.php?id=2163 | Justin Clarke Casey | 1 | -0/+5 | |
* Add prim ClickAction persistence to SQLite * This will require a prebuild * Thanks nlin! | |||||
2008-09-08 | Implement proper persistence of the following prim properties: | Melanie Thielker | 1 | -0/+8 | |
Floating text, Rotation, Texture animation, Particle System This will make "Eye Candy" scripts work without modification in XEngine. The use of the CHANGED_REGION_RESTART hack is no longer needed. Implemented in MySQL only, hovertext also in SQLite. | |||||
2008-08-28 | Fix for Bug #2065: New check out crashes on sqlite migration | Sean Dague | 1 | -0/+1 | |
I apparently missed one drop tables statement that was actually needed when I did the cleaning to make this work for old sqlite versions. | |||||
2008-08-27 | get rid of the "drop if exists" lines in this old migration, as those | Sean Dague | 1 | -6/+0 | |
tables shouldn't exist yet, and the exists keyword is relatively new in sqlite. This has been breaking a lot of people on Suse Enterprise Linux, for instance. | |||||
2008-08-18 | Avatar Attachment persistence!! Patch #9168 (Mantis #1171) | Melanie Thielker | 1 | -0/+5 | |
Plumbs in attachment persistence and adds the tables. Currently MySQL only, no user functionality yet. | |||||
2008-08-15 | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 1 | -0/+6 | |
2008-08-14 | Adds UserFlags and GodLevel to the user data store and plumbs then in. | Melanie Thielker | 1 | -0/+6 | |
This will have no effect unless both the UGAI and the region are this revision or later | |||||
2008-08-14 | Add the UserStore migrations to the TP fixes patch | Melanie Thielker | 1 | -0/+5 | |
2008-08-06 | Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵ | Mike Mazur | 1 | -0/+20 | |
dlls. Fix issue 1876. |