From 070c2391fda479b4383805c176abef2acd6f756b Mon Sep 17 00:00:00 2001 From: ZiYangJia <107540964+ZiYangJia@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:29:35 +0800 Subject: [PATCH] Update README-CN.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 配置加上需运行barrier表的迁移文件 --- README-CN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-CN.md b/README-CN.md index b2a1c92..463ff8f 100644 --- a/README-CN.md +++ b/README-CN.md @@ -73,6 +73,7 @@ composer require dtm/dtm-client ```bash php bin/hyperf.php vendor:publish dtm/dtm-client ``` +另需运行vendor/dtm/dtm-client/publish下的barrier表迁移文件 如果您是在非 Hyperf 框架中使用,可复制 `./vendor/dtm/dtm-client/publish/dtm.php` 文件到对应的配置目录中。