mirror of
https://github.com/flarum/framework.git
synced 2025-05-31 12:35:48 +08:00
Rename user posts count to comments count
This commit is contained in:
@ -25,7 +25,7 @@ class CreateUsersTable extends Migration {
|
||||
$table->dateTime('last_seen_time')->nullable();
|
||||
$table->dateTime('read_time')->nullable();
|
||||
$table->integer('discussions_count')->unsigned()->default(0);
|
||||
$table->integer('posts_count')->unsigned()->default(0);
|
||||
$table->integer('comments_count')->unsigned()->default(0);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user