Get rid of many useless blank lines
This commit is contained in:
		@@ -13,7 +13,6 @@ return new class extends Migration
 | 
			
		||||
    {
 | 
			
		||||
        Schema::table('subscriptions', function (Blueprint $table) {
 | 
			
		||||
            $table->string('stripe_plan_id')->nullable()->after('stripe_cancel_at_period_end');
 | 
			
		||||
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,6 @@ return new class extends Migration
 | 
			
		||||
        Schema::table('subscriptions', function (Blueprint $table) {
 | 
			
		||||
            $table->string('stripe_feedback')->nullable()->after('stripe_cancel_at_period_end');
 | 
			
		||||
            $table->string('stripe_comment')->nullable()->after('stripe_feedback');
 | 
			
		||||
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,6 @@ return new class extends Migration
 | 
			
		||||
    {
 | 
			
		||||
        Schema::table('subscriptions', function (Blueprint $table) {
 | 
			
		||||
            $table->boolean('stripe_trial_already_ended')->default(false)->after('stripe_cancel_at_period_end');
 | 
			
		||||
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,6 @@ return new class extends Migration
 | 
			
		||||
    {
 | 
			
		||||
        Schema::table('team_invitations', function (Blueprint $table) {
 | 
			
		||||
            $table->text('link')->change();
 | 
			
		||||
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -16,7 +16,6 @@ return new class extends Migration
 | 
			
		||||
            $table->longText('description')->nullable();
 | 
			
		||||
            $table->longText('docker_compose_raw');
 | 
			
		||||
            $table->longText('docker_compose')->nullable();
 | 
			
		||||
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,6 @@ return new class extends Migration
 | 
			
		||||
    {
 | 
			
		||||
        Schema::table('environment_variables', function (Blueprint $table) {
 | 
			
		||||
            $table->foreignId('service_id')->nullable();
 | 
			
		||||
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,6 @@ return new class extends Migration
 | 
			
		||||
        Schema::table('services', function (Blueprint $table) {
 | 
			
		||||
            $table->dropColumn('destination_type');
 | 
			
		||||
            $table->dropColumn('destination_id');
 | 
			
		||||
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -26,6 +26,5 @@ return new class extends Migration
 | 
			
		||||
            $table->dropColumn('unreachable_email_sent');
 | 
			
		||||
            $table->integer('unreachable_count')->default(0);
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
@@ -22,7 +22,6 @@ return new class extends Migration
 | 
			
		||||
            $table->boolean('is_logdrain_axiom_enabled')->default(false);
 | 
			
		||||
            $table->string('logdrain_axiom_dataset_name')->nullable();
 | 
			
		||||
            $table->string('logdrain_axiom_api_key')->nullable();
 | 
			
		||||
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -66,6 +66,5 @@ return new class extends Migration
 | 
			
		||||
        Schema::table('service_databases', function (Blueprint $table) {
 | 
			
		||||
            $table->dropSoftDeletes();
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,6 @@ return new class extends Migration
 | 
			
		||||
        Schema::table('applications', function (Blueprint $table) {
 | 
			
		||||
            $table->string('docker_compose_custom_start_command')->nullable();
 | 
			
		||||
            $table->string('docker_compose_custom_build_command')->nullable();
 | 
			
		||||
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,6 @@ return new class extends Migration
 | 
			
		||||
    {
 | 
			
		||||
        Schema::table('applications', function (Blueprint $table) {
 | 
			
		||||
            $table->text('custom_docker_run_options')->nullable()->change();
 | 
			
		||||
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,6 @@ return new class extends Migration
 | 
			
		||||
    {
 | 
			
		||||
        Schema::table('application_settings', function (Blueprint $table) {
 | 
			
		||||
            $table->boolean('connect_to_docker_network')->default(false);
 | 
			
		||||
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,6 @@ return new class extends Migration
 | 
			
		||||
    {
 | 
			
		||||
        Schema::table('applications', function (Blueprint $table) {
 | 
			
		||||
            $table->string('manual_webhook_secret_gitea')->nullable();
 | 
			
		||||
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -30,7 +30,6 @@ class AddServerCleanupFieldsToServerSettingsTable extends Migration
 | 
			
		||||
            $serverSetting->docker_cleanup_threshold = $serverSetting->cleanup_after_percentage;
 | 
			
		||||
            $serverSetting->save();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
@@ -20,6 +20,5 @@ class EncryptExistingPrivateKeys extends Migration
 | 
			
		||||
            echo 'Encrypting private keys failed.';
 | 
			
		||||
            echo $e->getMessage();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -126,7 +126,6 @@ class ProductionSeeder extends Seeder
 | 
			
		||||
                    echo "Your localhost connection won't work until then.";
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
        }
 | 
			
		||||
        if (config('coolify.is_windows_docker_desktop')) {
 | 
			
		||||
            PrivateKey::updateOrCreate(
 | 
			
		||||
@@ -187,6 +186,5 @@ uZx9iFkCELtxrh31QJ68AAAAEXNhaWxANzZmZjY2ZDJlMmRkAQIDBA==
 | 
			
		||||
        $this->call(OauthSettingSeeder::class);
 | 
			
		||||
        $this->call(PopulateSshKeysDirectorySeeder::class);
 | 
			
		||||
        $this->call(SentinelSeeder::class);
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user