chore: change vertex provider name for compatibility with esperanto
This commit is contained in:
parent
e4e2384587
commit
79bfa85b67
2 changed files with 2 additions and 0 deletions
1
migrations/6.surrealql
Normal file
1
migrations/6.surrealql
Normal file
|
|
@ -0,0 +1 @@
|
|||
update model set provider='vertex' where provider='vertexai';
|
||||
1
migrations/6_down.surrealql
Normal file
1
migrations/6_down.surrealql
Normal file
|
|
@ -0,0 +1 @@
|
|||
update model set provider='vertexai' where provider='vertex';
|
||||
Loading…
Reference in a new issue