summaryrefslogtreecommitdiffstatshomepage
path: root/data/schema/6.sql
diff options
context:
space:
mode:
Diffstat (limited to 'data/schema/6.sql')
-rw-r--r--data/schema/6.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/schema/6.sql b/data/schema/6.sql
index bc85ffd..0c208ad 100644
--- a/data/schema/6.sql
+++ b/data/schema/6.sql
@@ -7,6 +7,7 @@ CREATE TABLE `sc_users_sslclientcerts` (
`id` INT NOT NULL AUTO_INCREMENT ,
`uId` INT NOT NULL ,
`sslSerial` VARCHAR( 32 ) NOT NULL ,
+ `sslClientIssuerDn` VARCHAR( 1024 ) NOT NULL ,
`sslName` VARCHAR( 64 ) NOT NULL ,
`sslEmail` VARCHAR( 64 ) NOT NULL ,
PRIMARY KEY ( `id` ) ,