mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
timezone change int do decimal fix set_time_by_user_timezone function
This commit is contained in:
@@ -14,7 +14,7 @@ class AddTimezoneToUserSettingsTable extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::table('user_settings', function (Blueprint $table) {
|
||||
$table->integer('timezone')->after('billing_phone_number')->nullable();
|
||||
$table->decimal('timezone', 10, 1)->after('billing_phone_number')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user