MISP/INSTALL/patch_smime.sql

4 lines
164 B
SQL

-- Patch to add column in users table in order to save x509 certificate
ALTER TABLE `users` ADD `certif_public` longtext COLLATE utf8_bin NOT NULL AFTER `gpgkey`;