Files
auv/migrations/20260703_111416_add_stock_collections_rls.sql
T
2026-07-05 21:29:17 +08:00

7 lines
371 B
SQL
Executable File

-- ============================================
-- 此文件由 Meoo Cloud 自动生成,请勿修改
-- This file is auto-generated by Meoo Cloud, DO NOT MODIFY
-- ============================================
ALTER TABLE stock_collections ENABLE ROW LEVEL SECURITY; CREATE POLICY anon_all_stock_collections ON stock_collections FOR ALL USING (true) WITH CHECK (true);