Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/on_merge_to_main_supabase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- uses: supabase/setup-cli@v1
with:
version: latest
version: 2.6.8

- run: yarn workspace @twilio-paste/backend supabase link --project-ref $SUPABASE_PROJECT_ID
- run: yarn workspace @twilio-paste/backend supabase db push
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request_supabase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- uses: supabase/setup-cli@v1
with:
version: latest
version: 2.2.1

- name: Link Supabase project
run: yarn workspace @twilio-paste/backend supabase link --project-ref $SUPABASE_PROJECT_ID
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_docs_embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- uses: supabase/setup-cli@v1
with:
version: latest
version: 2.6.8

- name: Link Supabase project
run: yarn workspace @twilio-paste/backend supabase link --project-ref $PROJECT_ID
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"db:reset": "yarn supabase db reset"
},
"devDependencies": {
"supabase": "^1.204.3"
"supabase": "^2.6.8"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
create extension if not exists "vector" with schema "public" version '0.5.0';
create extension if not exists "vector" with schema "public" version '0.8.0';

create sequence "public"."page_id_seq";

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11533,7 +11533,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@twilio-paste/backend@workspace:apps/backend"
dependencies:
supabase: ^1.204.3
supabase: ^2.6.8
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -43221,17 +43221,17 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"supabase@npm:^1.204.3":
version: 1.226.4
resolution: "supabase@npm:1.226.4"
"supabase@npm:^2.6.8":
version: 2.8.1
resolution: "supabase@npm:2.8.1"
dependencies:
bin-links: ^5.0.0
https-proxy-agent: ^7.0.2
node-fetch: ^3.3.2
tar: 7.4.3
bin:
supabase: bin/supabase
checksum: 1550cc1d7a912a10097f1c2647e46224349d0e35a71d682c846bb47fec293657a1b325e6ac74be79ad2f172518f00f9a8cea6118ff8b8645a1f3537fb7a00aeb
checksum: 10b240963da4263ad8d03e84b97939504f5690eb894a9ee8ae225d69c0b8f31a890e9e24e9d4b2757c714eb38addb6878f6e531f9f7279c22de50a991b8e7cd4
languageName: node
linkType: hard

Expand Down
Loading