migration: preserve startup accounts and system slice

This commit is contained in:
leefer
2026-07-31 00:42:06 +08:00
parent e4a9b2e647
commit 982af4ba92
32 changed files with 6675 additions and 6321 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
from .context import correlation_id
from .errors import normalize_error_payload
from .handler import HttpTransportMixin
from .router import AccessRole, ApiRoute, ApiRouteRegistry, RouteRegistryError
__all__ = [
"AccessRole", "ApiRoute", "ApiRouteRegistry", "RouteRegistryError",
"correlation_id", "normalize_error_payload",
"HttpTransportMixin", "correlation_id", "normalize_error_payload",
]