There was an error while loading. Please reload this page.
1 parent 7febcc7 commit 20e2ef1Copy full SHA for 20e2ef1
1 file changed
packages/hello-world/__tests__/seeding/seeding.pg.test.ts
@@ -9,7 +9,7 @@ beforeAll(async () => {
9
{},
10
[
11
// load schema and it's dependencies (supabase full schema)
12
- seed.launchql(),
+ seed.pgpm(),
13
14
// load data from json files
15
seed.fn(async ({ pg }) => {
0 commit comments