Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix for Bug #2065: New check out crashes on sqlite migration | Sean Dague | 2008-08-28 | 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. | |||||
* | get rid of the "drop if exists" lines in this old migration, as those | Sean Dague | 2008-08-27 | 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. | |||||
* | Avatar Attachment persistence!! Patch #9168 (Mantis #1171) | Melanie Thielker | 2008-08-18 | 1 | -0/+5 | |
| | | | | | | | Plumbs in attachment persistence and adds the tables. Currently MySQL only, no user functionality yet. | |||||
* | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 2008-08-15 | 1 | -0/+6 | |
| | ||||||
* | Adds UserFlags and GodLevel to the user data store and plumbs then in. | Melanie Thielker | 2008-08-14 | 1 | -0/+6 | |
| | | | | | | | This will have no effect unless both the UGAI and the region are this revision or later | |||||
* | Add the UserStore migrations to the TP fixes patch | Melanie Thielker | 2008-08-14 | 1 | -0/+5 | |
| | ||||||
* | Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵ | Mike Mazur | 2008-08-06 | 1 | -0/+20 | |
| | | | | dlls. Fix issue 1876. | |||||
* | Estate series, patch 9 (#9157) | Melanie Thielker | 2008-08-01 | 1 | -0/+6 | |
| | | | | | | | | | Adds the new access semantics and the new flag (allow only age verified) Plumbs in the abuse email address from sim to viewer. The other way around, libomv appears to be lacking support for the data field in the packet. Includes a migration, run prebuild! | |||||
* | Add the missing migration files :/ | Melanie Thielker | 2008-08-01 | 1 | -0/+8 | |
| | ||||||
* | remove all the odd quoting, on the off chance this was causing some | Sean Dague | 2008-07-18 | 1 | -90/+90 | |
| | | | | | | of the issue. | |||||
* | put the entire thing inside a transaction. This probably doesn't | Sean Dague | 2008-07-18 | 1 | -0/+4 | |
| | | | | | | help much, but it might. | |||||
* | fix typo in create index that caused the entire migration to fail. | Sean Dague | 2008-07-18 | 1 | -1/+12 | |
| | | | | | | | | put some drop table if exist clauses in here to hopefully let this migration work for people that are in an intermediary broken state right now. | |||||
* | Patch #9151 | Melanie Thielker | 2008-07-18 | 1 | -0/+92 | |
| | | | | | | Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans. | |||||
* | Patch #9148 | Melanie Thielker | 2008-07-14 | 1 | -0/+5 | |
| | | | | | | | | Patch 5 in the region settings series. Adds a migration to ensure corrupted data is purged and re-read from defaults. Some changes. Still no full functionality | |||||
* | Update svn properties. | Jeff Ames | 2008-07-03 | 1 | -10/+10 | |
| | ||||||
* | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 2008-07-02 | 1 | -0/+10 | |
| | | | | | | | | * Migration should be automatic on sqlite and mysql * Migration is not automatic on mssql, you will need to drop the invType column manually * Migration should be fine, but as for any db change, I would recommend making sure you have backups before moving past this revision | |||||
* | patch and files from mantis #1630, Thanks Melanie | MW | 2008-06-29 | 1 | -0/+38 | |
| | ||||||
* | add migrations to mysql and sqlite for flags on embedded inventory | Sean Dague | 2008-06-25 | 1 | -0/+5 | |
| | ||||||
* | * Persists region banlists across reboots for the sqlite datastore also now. | Teravus Ovares | 2008-06-21 | 1 | -0/+10 | |
| | ||||||
* | add indexes for sqlite inventory | Sean Dague | 2008-06-13 | 1 | -0/+8 | |
| | ||||||
* | updated resources for current sqlite schema for migrations | Sean Dague | 2008-06-11 | 4 | -171/+200 | |
| | ||||||
* | whole lot more moving | Sean Dague | 2008-04-02 | 4 | -0/+198 | |