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

This commit is contained in:
Neil Lathwood
2017-02-08 04:10:41 +00:00
committed by Tony Murray
parent 5a60979143
commit 569d82b7bb

1
sql-schema/160.sql Normal file
View File

@@ -0,0 +1 @@
ALTER TABLE `devices` CHANGE `cryptoalgo` `cryptoalgo` ENUM('AES','DES','') NULL DEFAULT NULL;