admin的数据库文件补全,修复uvue中的数据库接入bug
This commit is contained in:
@@ -19,6 +19,6 @@ CREATE POLICY delivery_stations_select_active
|
||||
ON public.ml_delivery_stations
|
||||
FOR SELECT
|
||||
TO anon, authenticated
|
||||
USING (status = 1);
|
||||
USING (status = 1 AND deleted_at IS NULL);
|
||||
|
||||
-- 管理端全量管理将通过 SECURITY DEFINER 的 RPC 接口执行
|
||||
|
||||
Reference in New Issue
Block a user