Skip to content

Commit 94c27a8

Browse files
authored
fix: update pgdelta to latest alpha release (#4787)
2 parents 3b18e9b + c47eed5 commit 94c27a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/db/diff/templates/pgdelta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { createPlan } from "npm:@supabase/pg-delta@1.0.0-alpha.1";
2-
import { supabase } from "npm:@supabase/pg-delta@1.0.0-alpha.1/integrations/supabase";
1+
import { createPlan } from "npm:@supabase/pg-delta@1.0.0-alpha.2";
2+
import { supabase } from "npm:@supabase/pg-delta@1.0.0-alpha.2/integrations/supabase";
33

44
const source = Deno.env.get("SOURCE");
55
const target = Deno.env.get("TARGET");

0 commit comments

Comments
 (0)