patch for smime

smime patch also needed in base mysql for new installs.
pull/1120/head
Steve Fossen 2016-05-05 08:49:41 -07:00
parent 617b06740f
commit 991e5c49c7
1 changed files with 1 additions and 0 deletions

View File

@ -653,6 +653,7 @@ CREATE TABLE IF NOT EXISTS `users` (
`authkey` varchar(40) COLLATE utf8_bin DEFAULT NULL,
`invited_by` int(11) NOT NULL DEFAULT '0',
`gpgkey` longtext COLLATE utf8_bin,
`certif_public` longtext COLLATE utf8_bin NOT NULL,
`nids_sid` int(15) NOT NULL DEFAULT '0',
`termsaccepted` tinyint(1) NOT NULL DEFAULT '0',
`newsread` date DEFAULT NULL,