aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/ci/jobs/2-test/test.sh1
m---------contrib/gana0
-rw-r--r--src/exchangedb/0004-refunds.sql2
3 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh
index 6566e7e08..7cc8b8a9d 100755
--- a/contrib/ci/jobs/2-test/test.sh
+++ b/contrib/ci/jobs/2-test/test.sh
@@ -10,6 +10,7 @@ apt-get upgrade -yqq
--disable-doc
nump=$(grep processor /proc/cpuinfo | wc -l)
+make clean
make -j$(( $nump / 2 ))
make install
diff --git a/contrib/gana b/contrib/gana
-Subproject ffd02aa14f5c245b4d2454b2abef9ef43520a5b
+Subproject d505fecdf8f1339f4115f10f1ae236da7cfea0e
diff --git a/src/exchangedb/0004-refunds.sql b/src/exchangedb/0004-refunds.sql
index 71666d9db..eb9e7ad6e 100644
--- a/src/exchangedb/0004-refunds.sql
+++ b/src/exchangedb/0004-refunds.sql
@@ -12,7 +12,7 @@ BEGIN
EXECUTE FORMAT (
'ALTER TABLE ' || table_name ||
- ' DROP CONSTRAINT refunds_pkey'
+ ' DROP CONSTRAINT ' || table_name || '_pkey'
);
EXECUTE FORMAT (
'ALTER TABLE ' || table_name ||