Skip to content

Commit a539ad8

Browse files
committed
! missed one in test setup
1 parent 29de37a commit a539ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/SetupDbUtil.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public function update()
272272
{db_prefix}members',
273273
[
274274
'member_name' => 'string-25', 'real_name' => 'string-25', 'passwd' => 'string', 'email_address' => 'string',
275-
'id_group' => 'int', 'posts' => 'int', 'date_registered' => 'int', 'hide_email' => 'int',
275+
'id_group' => 'int', 'posts' => 'int', 'date_registered' => 'int',
276276
'password_salt' => 'string', 'lngfile' => 'string', 'avatar' => 'string',
277277
'member_ip' => 'string', 'member_ip2' => 'string', 'buddy_list' => 'string', 'pm_ignore_list' => 'string',
278278
'message_labels' => 'string', 'website_title' => 'string', 'website_url' => 'string',

0 commit comments

Comments
 (0)