mirror of
https://github.com/Kori1c/ecs-controller.git
synced 2026-05-19 07:39:25 +08:00
增加国内站&国际站切换选项
This commit is contained in:
@@ -137,6 +137,7 @@ class Database
|
||||
$this->ensureColumn('accounts', 'updated_at', 'INTEGER DEFAULT 0');
|
||||
$this->ensureColumn('accounts', 'last_keep_alive_at', 'INTEGER DEFAULT 0');
|
||||
$this->ensureColumn('accounts', 'remark', "TEXT DEFAULT ''");
|
||||
$this->ensureColumn('accounts', 'site_type', "TEXT DEFAULT 'china'");
|
||||
|
||||
$this->migrateStatsToAccountId();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user