Python/Ruby: rm old prepare-db-upgrade.sh files

This commit is contained in:
Nick Rolfe
2022-02-16 12:21:52 +00:00
parent 549436fc86
commit 17450a5b27
2 changed files with 0 additions and 16 deletions

View File

@@ -1,8 +0,0 @@
#!/bin/sh
#
# Prepare the upgrade script directory for a Python database schema upgrade. Now
# just forwards to the language-independent script.
set -eu
app_dir="$(dirname "$0")"
"${app_dir}/../../misc/scripts/prepare-db-upgrade.sh" --lang python "$@"

View File

@@ -1,8 +0,0 @@
#!/bin/sh
#
# Prepare the upgrade script directory for a Ruby database schema upgrade. Now
# just forwards to the language-independent script.
set -eu
app_dir="$(dirname "$0")"
"${app_dir}/../../misc/scripts/prepare-db-upgrade.sh" --lang ruby "$@"