forked from HPR/hpr_hub
2023-11-20_19-34-55Z_Monday database changed
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
`url` varchar(80) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
--
|
||||
-- Dumping data for table `licenses`
|
||||
--
|
||||
|
||||
LOCK TABLES `licenses` WRITE;
|
||||
/*!40000 ALTER TABLE `licenses` DISABLE KEYS */;
|
||||
INSERT INTO `licenses` (`id`, `short_name`, `long_name`, `url`) VALUES (1,'CC-0','Public Domain Dedication','http://creativecommons.org/publicdomain/zero/1.0/'),
|
||||
(2,'CC-BY','Attribution','http://creativecommons.org/licenses/by/4.0'),
|
||||
(3,'CC-BY-SA','Attribution-ShareAlike','http://creativecommons.org/licenses/by-sa/4.0'),
|
||||
(4,'CC-BY-ND','Attribution-NoDerivs','http://creativecommons.org/licenses/by-nd/4.0'),
|
||||
(5,'CC-BY-NC','Attribution-NonCommercial','http://creativecommons.org/licenses/by-nc/4.0'),
|
||||
@@ -461,4 +474,4 @@ UNLOCK TABLES;
|
||||
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2023-11-20 17:37:55
|
||||
-- Dump completed on 2023-11-20 19:33:41
|
||||
|
Reference in New Issue
Block a user