Ken 1 tydzień temu
rodzic
commit
d081f7ed1d

+ 1 - 2
database/migrations/2026_01_23_144045_update_activity_user.php

@@ -13,8 +13,7 @@ return new class extends Migration
      */
     public function up()
     {
-        Schema::dropIfExists('activity_rewards');
-
+        Schema::dropIfExists('activity_user');
         Schema::create('activity_user', function (Blueprint $table) {
             $table->engine = 'InnoDB';
             $table->id();