From 20027d969f70967d1f07afc4a0c761133677a4c5 Mon Sep 17 00:00:00 2001 From: ForzenString <964413011@qq.com> Date: Mon, 14 Oct 2024 16:56:09 +0800 Subject: [PATCH] doc(sql): adding extra notice message on *Applying Migrations* section --- plugins/sql/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/sql/README.md b/plugins/sql/README.md index 85318cff..110a33a0 100644 --- a/plugins/sql/README.md +++ b/plugins/sql/README.md @@ -168,6 +168,8 @@ 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 + ```json { "plugins": {