Skip to content

Commit 7026d9d

Browse files
authored
Merge pull request #25 from constructive-io/feat/upgrade-concurrent
update
2 parents cadc54f + ee3fae8 commit 7026d9d

4 files changed

Lines changed: 2666 additions & 5468 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lerna": "^8.2.3",
3636
"prettier": "^3.0.2",
3737
"rimraf": "4.4.1",
38-
"supabase-test": "^0.4.2",
38+
"supabase-test": "^0.4.10",
3939
"ts-jest": "^29.4.5",
4040
"ts-node": "^10.9.2",
4141
"typescript": "^5.9.3"

packages/hello-world/__tests__/seeding/seeding.pg.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ beforeAll(async () => {
99
{},
1010
[
1111
// load schema and it's dependencies (supabase full schema)
12-
seed.launchql(),
12+
seed.pgpm(),
1313

1414
// load data from json files
1515
seed.fn(async ({ pg }) => {

pgpm.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"authenticated": "authenticated",
99
"administrator": "service_role",
1010
"default": "anon"
11-
}
11+
},
12+
"useLocksForRoles": true
1213
}
13-
}
14+
}

0 commit comments

Comments
 (0)