Skip to content

Commit 0fb62b5

Browse files
fix: change dbModes from array to string in dbs.json
1 parent 9d6fa48 commit 0fb62b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"repoPath": "db_files_dir",
3-
"dbModes": ["split-table"]
3+
"dbModes": "split-table"
44
}

0 commit comments

Comments
 (0)