This commit is contained in:
2025-09-10 16:15:21 +05:00
parent d157c21883
commit a1521ace7a
3 changed files with 17 additions and 33 deletions

View File

@@ -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');