From: alex Date: Sat, 25 Nov 2023 19:21:41 +0000 (+0100) Subject: Migrated from private repo X-Git-Tag: 20240214-emacs~79 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=d90c659bcebbfb925e5709e55af4d0330ac7922c;p=alex.git Migrated from private repo --- diff --git a/weight/create_from_pdp7_pt b/weight/create_from_pdp7_pt new file mode 100755 index 0000000..13e61ce --- /dev/null +++ b/weight/create_from_pdp7_pt @@ -0,0 +1,15 @@ +#!/bin/sh + +set -ue + +DB="postgresql://alex%40IPA.PDP7.NET@db.h2.int.pdp7.net" + +psql $DB -c "drop schema if exists weight cascade" +psql $DB -c "create schema weight" +psql $DB