fix(data): baseline 迁移 search_path 改为事务级作用域,修复 sqlx 迁移表访问问题

This commit is contained in:
fawney19
2026-04-11 15:29:13 +08:00
parent 8a4a41fcef
commit fff82de933
2 changed files with 27 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', false);
SELECT pg_catalog.set_config('search_path', '', true);
SET check_function_bodies = false;
@@ -4585,4 +4585,3 @@ END $mig$;
-- PostgreSQL database dump complete
--