postgre-with-ext/pull.sh

9 lines
191 B
Bash
Raw Normal View History

2024-05-06 12:58:01 +00:00
#!/bin/bash
git clone https://github.com/pgvector/pgvector
2024-05-22 07:14:17 +00:00
cd pgvector && git checkout v0.7.0
2024-05-06 12:58:01 +00:00
2024-05-22 07:14:17 +00:00
cd ..
git clone https://github.com/timescale/timescaledb
cd timescaledb && git checkout 2.15.0