Skip to content

Commit

Permalink
Add missing integer dummy settings
Browse files Browse the repository at this point in the history
These were changed from strings to ints in 9a8be5f and we need
to include all non-strings in this pre-release config.
  • Loading branch information
cpeel committed Sep 21, 2024
1 parent 93a69b8 commit e9e29bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion SETUP/check_db_schema.template
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,16 @@ echo "
_DEFAULT_CHAR_SUITES='[ \"basic-latin\" ]'
_PHPMAILER_SMTP_CONFIG='[]'
# For update_phpbb_posts_text.php
# Integer values that must be filled in
_FORUMS_PROJECT_WAITING_IDX=99
_FORUMS_PROJECT_AVAIL_IDX=99
_FORUMS_PROJECT_PP_IDX=99
_FORUMS_PROJECT_POSTED_IDX=99
_FORUMS_BEGIN_SITE_IDX=99
_FORUMS_PROJECT_DELETED_IDX=99
_FORUMS_PROJECT_COMPLETED_IDX=99
_FORUMS_POST_PROCESSORS_IDX=99
_FORUMS_TEAMS_IDX=99
" > $testing_dir/config.sh

echo "Getting a test copy of the '$curr_tag' code..."
Expand Down

0 comments on commit e9e29bb

Please sign in to comment.