diff --git a/migrations/6.surrealql b/migrations/6.surrealql new file mode 100644 index 0000000..77c188b --- /dev/null +++ b/migrations/6.surrealql @@ -0,0 +1 @@ +update model set provider='vertex' where provider='vertexai'; \ No newline at end of file diff --git a/migrations/6_down.surrealql b/migrations/6_down.surrealql new file mode 100644 index 0000000..8a7e09d --- /dev/null +++ b/migrations/6_down.surrealql @@ -0,0 +1 @@ +update model set provider='vertexai' where provider='vertex'; \ No newline at end of file