]> WPIA git - gigi.git/blobdiff - doc/tableStructure.sql
UPD: typo in ttp-assurer-priv
[gigi.git] / doc / tableStructure.sql
index 8fd14c8807c1cdf7f6e04d2c18a914411e41de92..0b52c152ff98b58c5fbc9e41cb6b8b425c2eee0d 100644 (file)
@@ -274,7 +274,7 @@ DROP TABLE IF EXISTS `user_groups`;
 CREATE TABLE IF NOT EXISTS `user_groups` (
   `id` int(11) NOT NULL AUTO_INCREMENT,
   `user` int(11) NOT NULL,
-  `permission` enum('supporter','arbitrator','blockedassuree','blockedassurer','ttp-assuer','ttp-applicant', 'codesigning') NOT NULL,
+  `permission` enum('supporter','arbitrator','blockedassuree','blockedassurer','ttp-assurer','ttp-applicant', 'codesigning') NOT NULL,
   `granted` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
   `deleted` timestamp NULL DEFAULT NULL,
   `grantedby` int(11) NOT NULL,