wip
This commit is contained in:
@@ -15,6 +15,10 @@ return new class extends PulseMigration
|
||||
return;
|
||||
}
|
||||
|
||||
Schema::dropIfExists('pulse_values');
|
||||
Schema::dropIfExists('pulse_entries');
|
||||
Schema::dropIfExists('pulse_aggregates');
|
||||
|
||||
Schema::create('pulse_values', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->unsignedInteger('timestamp');
|
||||
|
||||
Reference in New Issue
Block a user