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

6 lines
246 B
SQL
Raw Normal View History

2019-01-10 00:52:00 -06:00
alter table eventlog modify device_id int unsigned null;
alter table eventlog modify reference varchar(64) null;
alter table eventlog modify severity tinyint default 2 not null;
drop index host on eventlog;
alter table eventlog drop column host;