Historia zmian

Autor SHA1 Wiadomość Data
  Diva Canto d992779397 Switched order of SQL statements in Friends migration -- resulted in the wrong key 13 lat temu
  Diva Canto c13acdf5a1 This is the better solution: make the combined key be only on the first 36 characters of each field -- that's the UUIDs. Thanks coyled. WARNING: Again, people who have gone through this migration and failed need to run it manually. 13 lat temu
  Diva Canto 43ecc46a22 It looks like there's a better solution for that problem. 13 lat temu
  Diva Canto 3fa54a156a Changed Friends table to have 165-sized varchars on PrincipalID and FriendID. The reason for this number is the following: there is a combined key of these 2 fields; apparently MySql can't handle keys larger than 1000 bytes; when the table is created with utf8 encoding, this combined key is bigger than 1000 bytes, and the migration fails. WARNING: this is not a new migration! People who have gone through this migration and failed should update the sizes of these fields manually. 13 lat temu
  Diva Canto d21e9c755f HG Friends working to some extent: friendships offered and accepted correctly handled. Friends list showing correct foreign names. TODO: GrantRights. 13 lat temu
  AlexRa ee713cb253 Converted MySQL migration history to the new format 14 lat temu