mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Changed the default options allowed to accept blank values (#5818)
This commit is contained in:
committed by
Tony Murray
parent
5a60979143
commit
569d82b7bb
1
sql-schema/160.sql
Normal file
1
sql-schema/160.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `devices` CHANGE `cryptoalgo` `cryptoalgo` ENUM('AES','DES','') NULL DEFAULT NULL;
|
Reference in New Issue
Block a user