librenms/sql-schema/068.sql
2015-09-05 16:32:38 +01:00

3 lines
127 B
SQL

alter table users_widgets add column `settings` text not null;
insert into widgets values(null,'Graph','generic-graph','6,2');