We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a69b8 commit e9e29bbCopy full SHA for e9e29bb
1 file changed
SETUP/check_db_schema.template
@@ -62,11 +62,16 @@ echo "
62
_DEFAULT_CHAR_SUITES='[ \"basic-latin\" ]'
63
_PHPMAILER_SMTP_CONFIG='[]'
64
65
- # For update_phpbb_posts_text.php
+ # Integer values that must be filled in
66
_FORUMS_PROJECT_WAITING_IDX=99
67
_FORUMS_PROJECT_AVAIL_IDX=99
68
_FORUMS_PROJECT_PP_IDX=99
69
_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
75
" > $testing_dir/config.sh
76
77
echo "Getting a test copy of the '$curr_tag' code..."
0 commit comments