Skip to content

Commit

Permalink
Add PG17 row to registry (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 authored Nov 13, 2024
1 parent 238ac4f commit df20171
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev
sudo apt-get install -y pkg-config libssl-dev build-essential
- name: install sqlx-cli
run: cargo install [email protected]
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev
sudo apt-get install -y pkg-config libssl-dev build-essential
- name: install sqlx-cli
run: cargo install sqlx-cli
- name: Run migrations
Expand Down
2 changes: 2 additions & 0 deletions registry/migrations/20241113192924_add-postgresql-17.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Add the library for pg_search
INSERT INTO v1.postgres_version(major) VALUES (17);

0 comments on commit df20171

Please sign in to comment.