Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-17 | MySQL default character set to utfmb4. | onefang | 1 | -1/+1 | |
Coz on one box they defaulted to utfmb3, which .NET doesn't support. | |||||
2020-07-31 | Various database fixups. | onefang | 1 | -1/+1 | |
InnoDB -> MyISAM utf8 if not exists white space | |||||
2019-05-19 | Various database fixups. | onefang | 1 | -1/+1 | |
InnoDB -> MyISAM utf8 if not exists white space | |||||
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -26/+11 | |
2016-11-03 | MyISAM is still much better performing for OpenSim. | David Walter Seikel | 1 | -1/+1 | |
This time we got the file system asset server, even better still. B-) | |||||
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -2/+10 | |
2016-03-22 | Correct the case of the Presence table | Melanie Thielker | 1 | -1/+1 | |
2016-02-20 | Flatten migrations for MySQL. | Diva Canto | 1 | -26/+11 | |
Conflicts: OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Data/MySQL/Resources/UserAccount.migrations | |||||
2014-04-21 | Better logging in PresenceService, to help diagnose presence problems. | Oren Hurvitz | 1 | -1/+9 | |
2013-02-23 | MyISAM is much better performing for OpenSim. | David Walter Seikel | 1 | -1/+1 | |
2010-10-18 | Bump migration version on LastSeen field so it is actually run | Melanie | 1 | -1/+1 | |
2010-10-13 | Ensure no UUID.Zero region ID is ever written to presence. Add a Migration | Melanie Thielker | 1 | -0/+8 | |
to add a LastSeen field of type "Timestamp" to Presence for MySQL | |||||
2010-06-21 | Bump the migration version, ot it would never happen | Melanie Thielker | 1 | -1/+1 | |
2010-06-21 | Ensure no UUID.Zero region ID is ever written to presence. Add a Migration | Melanie Thielker | 1 | -0/+8 | |
to add a LastSeen field of type "Timestamp" to Presence for MySQL | |||||
2010-05-20 | Cleaned up MySql migrations a bit more, got rid of all old-form migration ↵ | Diva Canto | 1 | -23/+2 | |
files. Restored Presence table to its taboo-breaking form. | |||||
2010-05-18 | Converted MySQL migration history to the new format | AlexRa | 1 | -0/+36 | |
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store | |||||
2010-05-16 | Converted MySQL migration history to the new format | AlexRa | 1 | -0/+36 | |
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store |