fix(smartproxy): clean up legacy reverse proxy naming for SmartProxy
This commit is contained in:
@@ -3,7 +3,7 @@ import type { TQueryFunction } from '../types.ts';
|
||||
|
||||
export class Migration015SmartProxyPlatformService extends BaseMigration {
|
||||
readonly version = 15;
|
||||
readonly description = 'Rename Caddy platform service to SmartProxy';
|
||||
readonly description = 'Rename legacy reverse proxy platform service to SmartProxy';
|
||||
|
||||
up(query: TQueryFunction): void {
|
||||
query(
|
||||
|
||||
Reference in New Issue
Block a user