mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python/Ruby: rm old prepare-db-upgrade.sh files
This commit is contained in:
@@ -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 "$@"
|
||||
@@ -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 "$@"
|
||||
Reference in New Issue
Block a user