HG Friends: migration #3 is failing on some installations of MySql. Setting the table to InnoDB seems to fix the problem.
parent
5eb78aad96
commit
068a3afad9
|
@ -9,7 +9,7 @@ CREATE TABLE `Friends` (
|
|||
`Offered` VARCHAR(32) NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY(`PrincipalID`, `Friend`),
|
||||
KEY(`PrincipalID`)
|
||||
);
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
COMMIT;
|
||||
|
||||
|
|
Loading…
Reference in New Issue