Skip to content

Commit e9e29bb

Browse files
committed
Add missing integer dummy settings
These were changed from strings to ints in 9a8be5f and we need to include all non-strings in this pre-release config.
1 parent 93a69b8 commit e9e29bb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

SETUP/check_db_schema.template

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,16 @@ echo "
6262
_DEFAULT_CHAR_SUITES='[ \"basic-latin\" ]'
6363
_PHPMAILER_SMTP_CONFIG='[]'
6464
65-
# For update_phpbb_posts_text.php
65+
# Integer values that must be filled in
6666
_FORUMS_PROJECT_WAITING_IDX=99
6767
_FORUMS_PROJECT_AVAIL_IDX=99
6868
_FORUMS_PROJECT_PP_IDX=99
6969
_FORUMS_PROJECT_POSTED_IDX=99
70+
_FORUMS_BEGIN_SITE_IDX=99
71+
_FORUMS_PROJECT_DELETED_IDX=99
72+
_FORUMS_PROJECT_COMPLETED_IDX=99
73+
_FORUMS_POST_PROCESSORS_IDX=99
74+
_FORUMS_TEAMS_IDX=99
7075
" > $testing_dir/config.sh
7176

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

0 commit comments

Comments
 (0)