* add lost column from 1e1ce29438 to aowow_icons
This commit is contained in:
Sarjuuk 2025-12-13 15:58:11 +01:00
parent 92f949b3c6
commit 59c3f688d1
2 changed files with 2 additions and 1 deletions

View file

@ -1108,6 +1108,7 @@ CREATE TABLE `aowow_icons` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`cuFlags` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'see defines.php for flags',
`name` varchar(55) NOT NULL DEFAULT '',
`name_source` varchar(55) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

View file

@ -71,7 +71,7 @@ UNLOCK TABLES;
LOCK TABLES `aowow_dbversion` WRITE;
/*!40000 ALTER TABLE `aowow_dbversion` DISABLE KEYS */;
INSERT INTO `aowow_dbversion` VALUES (1763200072,0,NULL,NULL);
INSERT INTO `aowow_dbversion` VALUES (1764798162,0,NULL,NULL);
/*!40000 ALTER TABLE `aowow_dbversion` ENABLE KEYS */;
UNLOCK TABLES;