mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
6 lines
246 B
MySQL
6 lines
246 B
MySQL
|
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;
|