Revert "Restore staging payment and package management"
Staging Backend Quality Gate / validate (pull_request) Has been cancelled
Staging Backend Quality Gate / publish (pull_request) Has been cancelled

This reverts commit 751dee39dc, reversing
changes made to 43581ac0f7.
This commit is contained in:
linmeng
2026-07-30 10:10:17 +08:00
parent 751dee39dc
commit 96d0e250eb
185 changed files with 2185 additions and 12986 deletions
@@ -1,6 +0,0 @@
-- Admin-host sessions may be created for read-only viewers. API authorization
-- remains server-side and is resolved from this persisted role on every request.
-- Existing identity migrations already grant admin_runtime these reads; repeat the
-- least-privilege user grant so drifted staging databases fail closed at login.
grant select on table identity.users to admin_runtime;