Skip to content

Commit

Permalink
Tweak schema check template
Browse files Browse the repository at this point in the history
  • Loading branch information
cpeel committed Sep 23, 2021
1 parent 3808362 commit 0b578e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SETUP/check_db_schema.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ set -e
# or did we sneak a db-schema change into the current installation,
# and are perhaps now depending on it?)

prev_tag=R202009
prev_tag=R202102
curr_tag=production
upgrade_number=15
upgrade_number=16

setup_dir=`dirname $0`
testing_dir=/tmp/dp_schema_check
Expand All @@ -37,7 +37,7 @@ echo ""
echo "Creating a config file for a test install..."
echo "
TAG=$curr_tag
GROUP=users
GROUP=www-data
SHIFT_TO_LIVE=yes
_CODE_DIR=$testing_code_dir
Expand Down

0 comments on commit 0b578e2

Please sign in to comment.