From 5afdf46e2786b565d334c738720e0a93315662a1 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Fri, 14 Feb 2025 20:13:30 -0500 Subject: [PATCH] chore: must update the schema --- migrations/schema-orioledb-17.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/schema-orioledb-17.sql b/migrations/schema-orioledb-17.sql index 531970c37..e6b77b887 100644 --- a/migrations/schema-orioledb-17.sql +++ b/migrations/schema-orioledb-17.sql @@ -91,7 +91,7 @@ CREATE SCHEMA vault; -- Name: orioledb; Type: EXTENSION; Schema: -; Owner: - -- -CREATE EXTENSION IF NOT EXISTS orioledb WITH SCHEMA public; +CREATE EXTENSION IF NOT EXISTS orioledb WITH SCHEMA extensions; --