mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 18:40:52 +08:00
perf: 优化安装体验
This commit is contained in:
@@ -27,7 +27,7 @@ class AddColumnVersionAndIsObfsToServerHysteriaTable extends Migration
|
||||
public function down()
|
||||
{
|
||||
Schema::table('v2_server_hysteria', function (Blueprint $table) {
|
||||
$table->dropColumn('alversionpn','is_obfs');
|
||||
$table->dropColumn('version','is_obfs');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user