PATCH: Update the database schema (SMIME)

pull/1057/head
devnull- 2016-04-04 18:08:02 +02:00
parent 57692802c2
commit cd7412b4ba
1 changed files with 3 additions and 0 deletions

3
INSTALL/patch_smime.sql Normal file
View File

@ -0,0 +1,3 @@
-- 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`;