Add helpful comment in the monsterbook script

This commit is contained in:
P0nk
2022-01-19 18:04:36 +01:00
parent d6192385dd
commit ecca446505

View File

@@ -1,3 +1,5 @@
/* Manually run this script in MySQL Workbench or some other database client
to migrate your old (pre Jan 19th 2022) monsterbook table to the new version */
ALTER TABLE cosmic.`monsterbook`
CHANGE COLUMN `charid` `charid` INT(11) NOT NULL,
ADD PRIMARY KEY (`charid`, `cardid`),