mirror of
https://github.com/flarum/core.git
synced 2025-08-05 16:07:34 +02: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