forked from HPR/hpr_hub
2023-11-21_03-53-55Z_Tuesday database changed
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
UNLOCK TABLES;
|
||||
|
||||
--
|
||||
-- Table structure for table `licenses`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `licenses`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `licenses` (
|
||||
`id` int(5) NOT NULL AUTO_INCREMENT,
|
||||
`short_name` varchar(11) NOT NULL,
|
||||
`long_name` varchar(40) NOT NULL,
|
||||
`url` varchar(80) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
@@ -475,4 +487,4 @@ UNLOCK TABLES;
|
||||
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2023-11-20 19:46:37
|
||||
-- Dump completed on 2023-11-21 3:52:48
|
||||
|
Reference in New Issue
Block a user