nightingale/sql/upgrade/n9e_mon-v3.7.1.sql

7 lines
144 B
SQL

set names utf8;
use n9e_mon;
alter table log_collect add `whether_attach_one_log_line` tinyint(1) not null default 0 after last_updated;