From 002b7a252e6e61d50239553d45bde1a89ffc9dca Mon Sep 17 00:00:00 2001 From: ForzenString <964413011@qq.com> Date: Mon, 14 Oct 2024 16:58:43 +0800 Subject: [PATCH] doc(sql): adding extra notice message on *Applying Migrations* section --- plugins/sql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sql/README.md b/plugins/sql/README.md index 110a33a0..35447054 100644 --- a/plugins/sql/README.md +++ b/plugins/sql/README.md @@ -168,7 +168,7 @@ fn main() { To apply the migrations when the plugin is initialized, add the connection string to the `tauri.conf.json` file: -> Notice: if no migration provided, keeping the `preload` empty +> Notice: If `migration` is not provided, make sure that `preload` is kept empty ```json {