mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
.
This commit is contained in:
@@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
|
||||
class AlterMetricColumn extends Migration
|
||||
class AlterAvailabilityPercColumn extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
@@ -14,7 +14,7 @@ class AlterMetricColumn extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::table('availability_perc', function (Blueprint $table) {
|
||||
$table->float('availability_perc', 6, 6)->change();
|
||||
$table->float('availability_perc', 9, 6)->change();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user