mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 15:49:29 +08:00
style(migrations): format json files with consistent indentation
This commit is contained in:
parent
0176cf7679
commit
e7e36d7df6
@ -98,9 +98,7 @@
|
|||||||
"indexes": {
|
"indexes": {
|
||||||
"name": {
|
"name": {
|
||||||
"name": "name",
|
"name": "name",
|
||||||
"columns": [
|
"columns": ["name"],
|
||||||
"name"
|
|
||||||
],
|
|
||||||
"isUnique": false
|
"isUnique": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -151,10 +149,7 @@
|
|||||||
"indexes": {
|
"indexes": {
|
||||||
"scope_name_idx": {
|
"scope_name_idx": {
|
||||||
"name": "scope_name_idx",
|
"name": "scope_name_idx",
|
||||||
"columns": [
|
"columns": ["scope", "key"],
|
||||||
"scope",
|
|
||||||
"key"
|
|
||||||
],
|
|
||||||
"isUnique": false
|
"isUnique": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -174,4 +169,4 @@
|
|||||||
"internal": {
|
"internal": {
|
||||||
"indexes": {}
|
"indexes": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -17,4 +17,4 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": "7"
|
"version": "7"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user