aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/Presence.migrations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MySQL default character set to utfmb4.onefang2021-08-171-1/+1
| | | | Coz on one box they defaulted to utfmb3, which .NET doesn't support.
* Various database fixups.onefang2020-07-311-1/+1
| | | | | | | InnoDB -> MyISAM utf8 if not exists white space
* Correct the case of the Presence tableMelanie Thielker2016-03-221-1/+1
|
* Flatten migrations for MySQL.Diva Canto2016-02-201-26/+11
| | | | | | Conflicts: OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Data/MySQL/Resources/UserAccount.migrations
* Better logging in PresenceService, to help diagnose presence problems.Oren Hurvitz2014-04-211-1/+9
|
* Bump migration version on LastSeen field so it is actually runMelanie2010-10-181-1/+1
|
* Ensure no UUID.Zero region ID is ever written to presence. Add a MigrationMelanie Thielker2010-10-131-0/+8
| | | | to add a LastSeen field of type "Timestamp" to Presence for MySQL
* Cleaned up MySql migrations a bit more, got rid of all old-form migration ↵Diva Canto2010-05-201-23/+2
| | | | files. Restored Presence table to its taboo-breaking form.
* Converted MySQL migration history to the new formatAlexRa2010-05-161-0/+36
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store