#90 - wip
This commit is contained in:
		@@ -4,11 +4,14 @@ declare(strict_types=1);
 | 
			
		||||
 | 
			
		||||
use Illuminate\Database\Migrations\Migration;
 | 
			
		||||
use Illuminate\Database\Schema\Blueprint;
 | 
			
		||||
use Illuminate\Support\Facades\Artisan;
 | 
			
		||||
use Illuminate\Support\Facades\Schema;
 | 
			
		||||
 | 
			
		||||
return new class() extends Migration {
 | 
			
		||||
    public function up(): void
 | 
			
		||||
    {
 | 
			
		||||
        Artisan::call("toby:move-user-data-to-profile");
 | 
			
		||||
 | 
			
		||||
        Schema::table("users", function (Blueprint $table): void {
 | 
			
		||||
            $table->dropColumn("first_name");
 | 
			
		||||
            $table->dropColumn("last_name");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user