Update Install page for PM
This commit is contained in:
parent
4e7a3afa23
commit
3d939a37af
1 changed files with 1 additions and 0 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Reference in a new issue