]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/database/tableStructure.sql
fix: several testcases to the new configuration/structure
[gigi.git] / src / org / cacert / gigi / database / tableStructure.sql
index 234ecc06e5a394656d4142976ef1c9d33f02605f..98133297ca4462a25e3cd75ab7929e709a4c3466 100644 (file)
@@ -207,6 +207,7 @@ DROP TABLE IF EXISTS `cacerts`;
 CREATE TABLE `cacerts` (
   `id` int(3) NOT NULL AUTO_INCREMENT,
   `keyname` varchar(60) NOT NULL,
+  `link` varchar(160) NOT NULL,
   `parentRoot` int(3) NOT NULL,
   `validFrom` datetime NULL DEFAULT NULL,
   `validTo` datetime NULL DEFAULT NULL,