style(dashboard-agent-db): format the generated migration snapshot
This commit is contained in:
@@ -74,20 +74,14 @@
|
||||
"compositePrimaryKeys": {
|
||||
"chat_messages_chat_id_message_id_pk": {
|
||||
"name": "chat_messages_chat_id_message_id_pk",
|
||||
"columns": [
|
||||
"chat_id",
|
||||
"message_id"
|
||||
]
|
||||
"columns": ["chat_id", "message_id"]
|
||||
}
|
||||
},
|
||||
"uniqueConstraints": {
|
||||
"chat_messages_chat_position_key": {
|
||||
"name": "chat_messages_chat_position_key",
|
||||
"nullsNotDistinct": false,
|
||||
"columns": [
|
||||
"chat_id",
|
||||
"position"
|
||||
]
|
||||
"columns": ["chat_id", "position"]
|
||||
}
|
||||
},
|
||||
"policies": {},
|
||||
@@ -408,10 +402,7 @@
|
||||
"compositePrimaryKeys": {
|
||||
"chat_turn_evals_chat_id_turn_pk": {
|
||||
"name": "chat_turn_evals_chat_id_turn_pk",
|
||||
"columns": [
|
||||
"chat_id",
|
||||
"turn"
|
||||
]
|
||||
"columns": ["chat_id", "turn"]
|
||||
}
|
||||
},
|
||||
"uniqueConstraints": {},
|
||||
@@ -690,10 +681,7 @@
|
||||
"compositePrimaryKeys": {
|
||||
"watch_batches_environment_id_cadence_minutes_pk": {
|
||||
"name": "watch_batches_environment_id_cadence_minutes_pk",
|
||||
"columns": [
|
||||
"environment_id",
|
||||
"cadence_minutes"
|
||||
]
|
||||
"columns": ["environment_id", "cadence_minutes"]
|
||||
}
|
||||
},
|
||||
"uniqueConstraints": {},
|
||||
@@ -846,10 +834,7 @@
|
||||
"compositePrimaryKeys": {
|
||||
"watch_submissions_chat_id_client_request_id_pk": {
|
||||
"name": "watch_submissions_chat_id_client_request_id_pk",
|
||||
"columns": [
|
||||
"chat_id",
|
||||
"client_request_id"
|
||||
]
|
||||
"columns": ["chat_id", "client_request_id"]
|
||||
}
|
||||
},
|
||||
"uniqueConstraints": {},
|
||||
@@ -1298,4 +1283,4 @@
|
||||
"schemas": {},
|
||||
"tables": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user