fix: rename index field key from fields to idxfields
This commit is contained in:
parent
eab031e502
commit
d2413401ba
@ -76,21 +76,21 @@
|
||||
{
|
||||
"name": "idx_dashboard_org",
|
||||
"idxtype": "index",
|
||||
"fields": [
|
||||
"idxfields": [
|
||||
"org_id"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "idx_dashboard_type",
|
||||
"idxtype": "index",
|
||||
"fields": [
|
||||
"idxfields": [
|
||||
"dashboard_type"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "uk_dashboard_name_org",
|
||||
"idxtype": "unique",
|
||||
"fields": [
|
||||
"idxfields": [
|
||||
"dashboard_name",
|
||||
"org_id"
|
||||
]
|
||||
|
||||
@ -100,14 +100,14 @@
|
||||
{
|
||||
"name": "idx_template_org",
|
||||
"idxtype": "index",
|
||||
"fields": [
|
||||
"idxfields": [
|
||||
"org_id"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "idx_template_type",
|
||||
"idxtype": "index",
|
||||
"fields": [
|
||||
"idxfields": [
|
||||
"report_type"
|
||||
]
|
||||
}
|
||||
|
||||
@ -61,7 +61,7 @@
|
||||
{
|
||||
"name": "idx_user_dashboard_user",
|
||||
"idxtype": "unique",
|
||||
"fields": [
|
||||
"idxfields": [
|
||||
"user_id",
|
||||
"dashboard_config_id"
|
||||
]
|
||||
@ -69,7 +69,7 @@
|
||||
{
|
||||
"name": "idx_user_dashboard_org",
|
||||
"idxtype": "index",
|
||||
"fields": [
|
||||
"idxfields": [
|
||||
"org_id"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user