Fix status column missing during install
This commit is contained in:
parent
581d8d8f8e
commit
066315fea4
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ switch ($step) {
|
|||
`id` int NOT NULL PRIMARY KEY AUTO_INCREMENT,
|
||||
`wishlist` int NOT NULL,
|
||||
`url` VARCHAR(255) NOT NULL,
|
||||
`status` VARCHAR(32) NOT NULL,
|
||||
FOREIGN KEY (`wishlist`)
|
||||
REFERENCES `wishlists` (`id`)
|
||||
ON DELETE CASCADE
|
||||
|
|
Loading…
Reference in a new issue