Changed the default options allowed to accept blank values (#5818)

This commit is contained in:
Neil Lathwood
2017-02-07 22:10:41 -06:00
committed by Tony Murray
parent 5a60979143
commit 569d82b7bb
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `devices` CHANGE `cryptoalgo` `cryptoalgo` ENUM('AES','DES','') NULL DEFAULT NULL;