asdf98 commited on
Commit
2de2679
·
verified ·
1 Parent(s): 2940ebf

Use fresh SQLite db name to avoid modified migration dev panic

Browse files
Files changed (1) hide show
  1. src-tauri/tauri.conf.json +2 -2
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.1.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:muse.db"]
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": {