This commit is contained in:
Andras Bacsai
2023-06-14 08:51:30 +02:00
parent 1584a48b11
commit 35b9ce4ff0
3 changed files with 13 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ return new class extends Migration
{
Schema::create('instance_settings', function (Blueprint $table) {
$table->id();
$table->string('public_ip_address')->nullable();
$table->string('fqdn')->nullable();
$table->string('wildcard_domain')->nullable();
$table->string('default_redirect_404')->nullable();