Fix "Cannot add or update a child row: a foreign key constraint fails"

This commit is contained in:
Michael
2023-07-11 07:43:53 +00:00
parent f604185b10
commit 52c062adb6
3 changed files with 3 additions and 3 deletions

View File

@@ -1695,7 +1695,7 @@ CREATE TABLE IF NOT EXISTS `report` (
`uid` mediumint unsigned COMMENT 'Reporting user',
`reporter-id` int unsigned COMMENT 'Reporting contact',
`cid` int unsigned NOT NULL COMMENT 'Reported contact',
`gsid` int unsigned NOT NULL COMMENT 'Reported contact server',
`gsid` int unsigned COMMENT 'Reported contact server',
`comment` text COMMENT 'Report',
`category-id` int unsigned NOT NULL DEFAULT 1 COMMENT 'Report category, one of Entity\Report::CATEGORY_*',
`forward` boolean COMMENT 'Forward the report to the remote server',