X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;ds=sidebyside;f=doc%2FtableStructure.sql;h=d3cf2471a5ea2dd5f564e5c867bf9c5c2763bbb1;hb=7589c92feb7894372eae2e40aed79b3dba4775e6;hp=ceb11b3c6d3c00a642b4c8cd71e2ed800c06ded7;hpb=b93a39014fe39b0b3527849acc0e57e5b7772f1b;p=gigi.git diff --git a/doc/tableStructure.sql b/doc/tableStructure.sql index ceb11b3c..d3cf2471 100644 --- a/doc/tableStructure.sql +++ b/doc/tableStructure.sql @@ -99,6 +99,7 @@ CREATE TABLE `emailcerts` ( `type` enum('client', 'server') DEFAULT NULL, `csr_name` varchar(255) NOT NULL DEFAULT '', + `csr_type` enum('CSR', 'SPKAC') NOT NULL, `crt_name` varchar(255) NOT NULL DEFAULT '', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',