1
0
forked from HPR/hpr_hub

2023-11-10_08-17-10Z_Friday database changed

This commit is contained in:
2023-11-10 09:17:10 +01:00
parent 5c2f5bf41b
commit a2caf59486
8 changed files with 15 additions and 13 deletions

View File

@@ -596,7 +596,7 @@ CREATE TABLE `comments` (
`last_changed` datetime NOT NULL DEFAULT current_timestamp(),
PRIMARY KEY (`id`),
KEY `comments_eps_id_idx` (`eps_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3825 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci COMMENT='New comments table populated from c5t_* tables';
) ENGINE=MyISAM AUTO_INCREMENT=3826 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci COMMENT='New comments table populated from c5t_* tables';
/*!40101 SET character_set_client = @saved_cs_client */;
--