UbitUmarov
|
51e69e8b4f
a few more tables that may blowup on utf8mb4 and need no more than latin1
|
преди 3 години |
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 години |