Історія комітів

Автор SHA1 Опис Дата
  Kevin Cozens 2cfe848ceb Correct case in the names of the Avatar and Friends tables 8 роки тому
  Diva Canto 134e94a7e9 Flatten migrations for MySQL. 8 роки тому
  Diva Canto 068a3afad9 HG Friends: migration #3 is failing on some installations of MySql. Setting the table to InnoDB seems to fix the problem. 11 роки тому
  Diva Canto d992779397 Switched order of SQL statements in Friends migration -- resulted in the wrong key 13 роки тому
  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 роки тому
  Diva Canto 43ecc46a22 It looks like there's a better solution for that problem. 13 роки тому
  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 роки тому
  Diva Canto d21e9c755f HG Friends working to some extent: friendships offered and accepted correctly handled. Friends list showing correct foreign names. TODO: GrantRights. 13 роки тому
  AlexRa ee713cb253 Converted MySQL migration history to the new format 14 роки тому