migration for DO
This commit is contained in:
parent
299197e839
commit
5649675701
1 changed files with 7 additions and 1 deletions
|
|
@ -12,7 +12,13 @@ class_name = "ElatoVoiceSession"
|
|||
|
||||
[[migrations]]
|
||||
tag = "v1"
|
||||
new_sqlite_classes = ["ElatoVoiceSession"]
|
||||
new_sqlite_classes = ["ElatoOpenAiVoiceAgent"]
|
||||
|
||||
[[migrations]]
|
||||
tag = "v2"
|
||||
renamed_classes = [
|
||||
{ from = "ElatoOpenAiVoiceAgent", to = "ElatoVoiceSession" }
|
||||
]
|
||||
|
||||
[observability]
|
||||
[observability.logs]
|
||||
|
|
|
|||
Loading…
Reference in a new issue