Use fresh SQLite db name to avoid modified migration dev panic
Browse files
src-tauri/tauri.conf.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"$schema": "https://schema.tauri.app/config/2",
|
| 3 |
"productName": "MUSE Alpha",
|
| 4 |
-
"version": "0.
|
| 5 |
"identifier": "app.muse.alpha",
|
| 6 |
"build": {
|
| 7 |
"beforeDevCommand": "deno task dev",
|
|
@@ -35,7 +35,7 @@
|
|
| 35 |
},
|
| 36 |
"plugins": {
|
| 37 |
"sql": {
|
| 38 |
-
"preload": ["sqlite:
|
| 39 |
}
|
| 40 |
},
|
| 41 |
"bundle": {
|
|
|
|
| 1 |
{
|
| 2 |
"$schema": "https://schema.tauri.app/config/2",
|
| 3 |
"productName": "MUSE Alpha",
|
| 4 |
+
"version": "0.2.0",
|
| 5 |
"identifier": "app.muse.alpha",
|
| 6 |
"build": {
|
| 7 |
"beforeDevCommand": "deno task dev",
|
|
|
|
| 35 |
},
|
| 36 |
"plugins": {
|
| 37 |
"sql": {
|
| 38 |
+
"preload": ["sqlite:muse_alpha_v2.db"]
|
| 39 |
}
|
| 40 |
},
|
| 41 |
"bundle": {
|