postgre-with-ext/pull.sh
2024-05-22 15:14:17 +08:00

9 lines
191 B
Bash

#!/bin/bash
git clone https://github.com/pgvector/pgvector
cd pgvector && git checkout v0.7.0
cd ..
git clone https://github.com/timescale/timescaledb
cd timescaledb && git checkout 2.15.0