refactor: Disable autogenerated tests from SQLBoiler and switch to upstream driver

This commit is contained in:
Felicitas Pojtinger
2022-01-07 21:02:35 +01:00
parent ba5d81ef7c
commit 1a160b613f
10 changed files with 3 additions and 1879 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -e
# Install native dependencies
apt update
apt install -y curl git
apt install -y curl
# Install bagop
curl -L -o /tmp/bagop "https://github.com/pojntfx/bagop/releases/latest/download/bagop.linux-$(uname -m)"