aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-08-061-1/+8
|\
| * add mysql support for media on a primJustin Clark-Casey (justincc)2010-07-261-1/+8
| |
* | Bump the migration version, ot it would never happenMelanie Thielker2010-06-211-1/+1
| |
* | Ensure no UUID.Zero region ID is ever written to presence. Add a MigrationMelanie Thielker2010-06-211-0/+8
| | | | | | | | to add a LastSeen field of type "Timestamp" to Presence for MySQL
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-161-2/+0
|\ \ | |/
| * * Deleted duplicated migration that was failing anyway.Diva Canto2010-06-141-2/+0
| | | | | | | | * Added an error message in initial estate owner creation that makes it clear what needs to happen.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-092-1/+9
|\ \ | |/
| * Add the BEGIN; I had missedMelanie2010-06-091-0/+1
| |
| * Re-add Migration version 32, which apparently got dropped completely.Melanie2010-06-091-0/+72
| |
| * * Changed CreatorIDs consistently to varchar(128)Diva Canto2010-06-082-1/+9
| | | | | | | | | | * Deleted redundant migration for assets in SQLite * Rewrote XInventory migrations in SQLite in the new style
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-081-0/+6
|\ \ | |/
| * Add a migration to adjust types in the WL table. The new connector likes thatMelanie2010-06-081-0/+6
| | | | | | | | better
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-262-78/+81
|\ \ | |/
| * Merge branch 'unitests'Melanie2010-05-262-84/+81
| |\ | | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
| | * MySQL Migrations: Minor correcton to Region/Estate splitAlexRa2010-05-232-6/+12
| | | | | | | | | | | | (some Estate SQL left behind in the Region migration)
| | * Split migrations for RegionStore and EstateStore (see WARNING!)AlexRa2010-05-232-78/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-241-1/+1
|\ \ \ | |/ /
| * | The 8th migration statement in AssetStore.migrations didn't look right.Diva Canto2010-05-231-1/+1
| |/
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-2180-1066/+1275
|\ \ | |/
| * Cleaned up MySql migrations a bit more, got rid of all old-form migration ↵Diva Canto2010-05-205-32/+8
| | | | | | | | files. Restored Presence table to its taboo-breaking form.
| * MySQL: added CreatorID, moved asset_flag to migration scriptAlexRa2010-05-191-0/+8
| |
| * Converted MySQL migration history to the new formatAlexRa2010-05-1678-1002/+1228
| | | | | | | | | | Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-101-0/+3
|\ \ | |/
| * * Fixed spamming the assets table with map tiles. The tile image ID is now ↵Diva Canto2010-05-091-0/+3
| | | | | | | | | | | | 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.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-091-0/+5
|\ \ | |/
| * Add a field asset_flags and a corresponding enum to the asset database. ThisMelanie2010-05-091-0/+5
| | | | | | | | | | | | | | CHANGES THE ASSET SERVER PROTOCOL and means you CAN NOT MIX PRIOR VERSIONS WITH LATER ONES. It may also eat your babies, yada, yada, yada. The usual cautions for migrations to the assets table apply. Coding: Can not guarantee nut free.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-084-19/+21
|\ \ | |/
| * These files are part of the GridUserService write-up.Diva Canto2010-05-071-0/+17
| |
| * GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-073-19/+4
| | | | | | | | | | | | home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-301-1/+2
|\ \ | |/
| * Somehow the starting estate number in MySQL was lost. This adds a migrationMelanie2010-03-221-0/+3
| | | | | | | | | | | | | | | | to start estates at 100. Existing databases having autcreated estates below 100 will see a gap in estate numbering. Other database implementors need to ensure that no estates with numbers less that 100 are autocreated, unless they are prepared to deal with the viewer's built-in notions of Linden Mainland
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-0317-0/+120
|\ \ | |/ | | | | This brings careminster on the level of master. To be tested
| * Implement the friends data adaptorMelanie2010-02-052-0/+10
| |
| * Fixed a missing field in the last regions table migration.Diva Canto2010-01-161-0/+1
| |
| * Add a handful of new region flags and a small migrationMelanie2010-01-151-0/+6
| |
| * Add last_seen field to regions tableMelanie2010-01-101-0/+5
| |
| * Preliminary work on the new default region setting mechanismMelanie2010-01-091-0/+6
| |
| * Add migrations to add fields to user and auth tablesMelanie2010-01-082-0/+13
| |
| * AvatarStore. Untested, but completeMelanie2010-01-041-0/+5
| |
| * Auth data migration.Diva Canto2010-01-011-0/+5
| |
| * Fixed a couple of bugs that were bombing the data migration.Diva Canto2009-12-292-2/+2
| |
| * Give the new user tables the once-over. Strip the current set of methodsMelanie2009-12-293-2/+16
| | | | | | | | | | from IUserAccountService, we need to define what goes in there. Change the handler to the generic handler. Adjust migrations, add index
| * * Added useraccount tableDiva Canto2009-12-291-0/+13
| |
| * Add the indices to really make this table workMelanie2009-12-281-0/+6
| |
| * Add a migration to add the 3 new fieldsMelanie2009-12-281-0/+7
| |
| * Add the second step of the friends migration to pull data from the old table ↵Melanie2009-12-281-0/+5
| | | | | | | | into the new
| * Add the migration for friends and guard the presence Report functionMelanie2009-12-281-0/+9
| |
| * Forgot the migration fileMelanie2009-12-281-0/+15
| |
* | Add cmSetWindlightSceneTargeted. Add restrictions on windlight script use.CasperW2009-12-171-10/+10
| |
* | Windlight configuration option in ini, and migrationunknown2009-12-091-0/+70
|/