X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=schematic-schema.sql;fp=schematic-schema.sql;h=d632f3b107a870526cc58ee6d889ce1a7943a7a9;hb=6df1a447a1fa1b9e51fd177a806f910813657b09;hp=4d1a59d9d70e1153d4474a5a7020b7153de1659c;hpb=f3116511d09acfd5b32d3412c82c4337d89f2ad9;p=schematic diff --git a/schematic-schema.sql b/schematic-schema.sql index 4d1a59d..d632f3b 100644 --- a/schematic-schema.sql +++ b/schematic-schema.sql @@ -390,6 +390,9 @@ CREATE TABLE `VendorLevel` ( LOCK TABLES `VendorLevel` WRITE; /*!40000 ALTER TABLE `VendorLevel` DISABLE KEYS */; +INSERT INTO `VendorLevel` VALUES (1,1,65280,'1;Trusted'); +INSERT INTO `VendorLevel` VALUES (2,1,255,'2;Caution Advised'); +INSERT INTO `VendorLevel` VALUES (3,0,16719904,'X;DO NOT USE'); /*!40000 ALTER TABLE `VendorLevel` ENABLE KEYS */; UNLOCK TABLES;