@@ -1061,7 +1061,7 @@ VALUES
10611061---#
10621062
10631063/******************************************************************************/
1064- ---- Adding background tasks support
1064+ --- Adding background tasks support
10651065/******************************************************************************/
10661066---# Adding the sequence
10671067CREATE SEQUENCE IF NOT EXISTS {$db_prefix}background_tasks_seq;
@@ -2010,7 +2010,7 @@ CREATE TABLE IF NOT EXISTS {$db_prefix}moderator_groups (
20102010/* *****************************************************************************/
20112011-- - Cleaning up integration hooks
20122012/* *****************************************************************************/
2013- -- -#
2013+ -- -# Deleting integration hooks
20142014DELETE FROM {$db_prefix}settings
20152015WHERE variable LIKE ' integrate_%' ;
20162016-- -#
@@ -2150,6 +2150,7 @@ WHERE variable IN ('show_board_desc', 'display_quick_reply', 'show_mark_read', '
21502150 array(' variable' )
21512151 );
21522152-- -}
2153+ -- -#
21532154
21542155/* *****************************************************************************/
21552156-- - Updating files that fetched from simplemachines.org
@@ -3098,7 +3099,7 @@ ALTER TABLE {$db_prefix}log_errors
30983099---#
30993100
31003101/******************************************************************************/
3101- --- update log_errors members ip with ipv6 support
3102+ --- update members ip with ipv6 support
31023103/******************************************************************************/
31033104---# upgrade check
31043105---{
@@ -3108,7 +3109,7 @@ if (stripos($column_info['type'], 'inet') !== false)
31083109---}
31093110---#
31103111
3111- ---#
3112+ ---# update old columns on members
31123113ALTER TABLE {$db_prefix}members
31133114 ALTER member_ip DROP not null,
31143115 ALTER member_ip DROP default,
@@ -3594,6 +3595,7 @@ CREATE TABLE IF NOT EXISTS {$db_prefix}board_permissions_view
35943595 deny smallint NOT NULL ,
35953596 PRIMARY KEY (id_group, id_board, deny)
35963597);
3598+ -- -#
35973599
35983600-- -# upgrade check
35993601-- -{
@@ -3604,7 +3606,7 @@ $upcontext['skip_db_substeps'] = !in_array('id_group', $table_columns) || !in_ar
36043606-- -}
36053607-- -#
36063608
3607- -- -#
3609+ -- -# Truncate board_permissions view
36083610TRUNCATE {$db_prefix}board_permissions_view;
36093611-- -#
36103612
0 commit comments