aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/Presence.migrations (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-22Correct the case of the Presence tableMelanie Thielker1-1/+1
2016-02-20Flatten migrations for MySQL.Diva Canto1-26/+11
Conflicts: OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Data/MySQL/Resources/UserAccount.migrations
2014-04-21Better logging in PresenceService, to help diagnose presence problems.Oren Hurvitz1-1/+9
2010-10-18Bump migration version on LastSeen field so it is actually runMelanie1-1/+1
2010-10-13Ensure no UUID.Zero region ID is ever written to presence. Add a MigrationMelanie Thielker1-0/+8
to add a LastSeen field of type "Timestamp" to Presence for MySQL
2010-06-21Bump the migration version, ot it would never happenMelanie Thielker1-1/+1
2010-06-21Ensure no UUID.Zero region ID is ever written to presence. Add a MigrationMelanie Thielker1-0/+8
to add a LastSeen field of type "Timestamp" to Presence for MySQL
2010-05-20Cleaned up MySql migrations a bit more, got rid of all old-form migration ↵Diva Canto1-23/+2
files. Restored Presence table to its taboo-breaking form.
2010-05-18Converted MySQL migration history to the new formatAlexRa1-0/+36
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store
2010-05-16Converted MySQL migration history to the new formatAlexRa1-0/+36
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store