2023-11-20_19-47-48Z_Monday database changed

This commit is contained in:
Ken Fallon 2023-11-20 20:47:48 +01:00
parent 8e3b56c06e
commit a27fd8bf11
3 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,4 @@
`long_name` varchar(40) NOT NULL,
`url` varchar(80) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
@ -474,4 +475,4 @@ UNLOCK TABLES;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-11-20 19:33:41
-- Dump completed on 2023-11-20 19:46:37

File diff suppressed because one or more lines are too long