Skip to content

Commit

Permalink
Merge branch 'mainsail-develop' into refactor/username-ui-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley authored Feb 3, 2025
2 parents e28c695 + 1413164 commit 048fcef
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ public function up(): void

Schema::table('forging_stats', function (Blueprint $table) {
$table->dropColumn('public_key');
// $table->string('public_key')->nullable()->change();
$table->string('address');
});

// dd('yo');
}
};

0 comments on commit 048fcef

Please sign in to comment.