doc(sql): adding extra notice message on *Applying Migrations* section

pull/1932/head
ForzenString 10 months ago
parent 20027d969f
commit 002b7a252e

@ -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: 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 ```json
{ {

Loading…
Cancel
Save