mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
v1.6 released
This commit is contained in:
@@ -16,7 +16,7 @@ class CreateUserSettingsTable extends Migration
|
||||
Schema::create('user_settings', function (Blueprint $table) {
|
||||
$table->bigIncrements('id');
|
||||
$table->integer('user_id');
|
||||
$table->integer('storage_capacity')->default(2);
|
||||
$table->integer('storage_capacity')->default(5);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user