This commit is contained in:
Sakurasan
2026-07-05 21:29:17 +08:00
commit 013ebdaffe
150 changed files with 15614 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
-- ============================================
-- 此文件由 Meoo Cloud 自动生成,请勿修改
-- This file is auto-generated by Meoo Cloud, DO NOT MODIFY
-- ============================================
ALTER TABLE share_links ENABLE ROW LEVEL SECURITY; CREATE POLICY anon_all_share_links ON share_links FOR ALL USING (true) WITH CHECK (true);