mirror of
https://github.com/flarum/core.git
synced 2025-08-01 06:00:24 +02:00
Allow locale to be selected in footer
This commit is contained in:
@@ -20,7 +20,6 @@ class CreateUsersTable extends Migration
|
||||
$table->string('email', 150)->unique();
|
||||
$table->boolean('is_activated')->default(0);
|
||||
$table->string('password', 100);
|
||||
$table->string('locale', 10)->default('en');
|
||||
$table->text('bio')->nullable();
|
||||
$table->string('avatar_path', 100)->nullable();
|
||||
$table->binary('preferences')->nullable();
|
||||
|
Reference in New Issue
Block a user