Setup/Fixup

* remove extraneous , from query added in cadb4aa0d3
This commit is contained in:
Sarjuuk 2026-01-29 23:43:14 +01:00
parent 62d898173a
commit 7e4e52de7b

View file

@ -1125,7 +1125,7 @@ CREATE TABLE `aowow_icons` (
`name_source` varchar(55) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `name` (`name`),
KEY `idx_sourcename` (`name_source`),
KEY `idx_sourcename` (`name_source`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;