Files
librenms-librenms/sql-schema/233.sql
T

3 lines
138 B
SQL
Raw Normal View History

2018-02-01 03:50:32 -06:00
UPDATE `ipv4_mac` SET `context_name`='' WHERE `context_name` IS NULL;
ALTER TABLE `ipv4_mac` MODIFY `context_name` VARCHAR(128) NOT NULL;