rename schemalessAttrributes
This commit is contained in:
@@ -41,7 +41,7 @@ return new class extends Migration
|
||||
$table->string('base_directory')->default('/');
|
||||
$table->string('publish_directory')->nullable();
|
||||
|
||||
$table->schemalessAttributes('previews');
|
||||
$table->schemalessAttributes('extra_attributes');
|
||||
|
||||
$table->string('health_check_path')->default('/');
|
||||
$table->string('health_check_port')->nullable();
|
||||
|
||||
@@ -15,7 +15,7 @@ return new class extends Migration
|
||||
$table->id();
|
||||
$table->string('application_id');
|
||||
$table->integer('pull_request_id')->default(0);
|
||||
$table->schemalessAttributes('metadata');
|
||||
$table->schemalessAttributes('extra_attributes');
|
||||
$table->string('status')->default('queued');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user