Update Install page for PM

This commit is contained in:
Visman 2021-03-30 00:09:54 +07:00
parent 4e7a3afa23
commit 3d939a37af

View file

@ -930,6 +930,7 @@ class Install extends Admin
'target_status' => ['TINYINT UNSIGNED', false, 0],
'target_visit' => ['INT(10) UNSIGNED', false, 0],
'num_replies' => ['INT(10) UNSIGNED', false, 0],
'first_post_id' => ['INT(10) UNSIGNED', false, 0],
'last_post' => ['INT(10) UNSIGNED', false, 0],
'last_post_id' => ['INT(10) UNSIGNED', false, 0],
'last_number' => ['TINYINT UNSIGNED', false, 0],