Skip to content

Commit 0b578e2

Browse files
committed
Tweak schema check template
1 parent 3808362 commit 0b578e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SETUP/check_db_schema.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ set -e
1212
# or did we sneak a db-schema change into the current installation,
1313
# and are perhaps now depending on it?)
1414

15-
prev_tag=R202009
15+
prev_tag=R202102
1616
curr_tag=production
17-
upgrade_number=15
17+
upgrade_number=16
1818

1919
setup_dir=`dirname $0`
2020
testing_dir=/tmp/dp_schema_check
@@ -37,7 +37,7 @@ echo ""
3737
echo "Creating a config file for a test install..."
3838
echo "
3939
TAG=$curr_tag
40-
GROUP=users
40+
GROUP=www-data
4141
SHIFT_TO_LIVE=yes
4242
4343
_CODE_DIR=$testing_code_dir

0 commit comments

Comments
 (0)