nightingale/sql/upgrade/n9e_hbs-v3.4.0.sql

5 lines
120 B
MySQL
Raw Normal View History

2021-01-01 11:42:17 +08:00
set names utf8;
use n9e_hbs;
alter table instance add `region` varchar(32) not null default 'default' after http_port;