removed unwanted enters in migration file
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 53s
Gemini PR Review / review (pull_request) Failing after 1m8s
Laravel Pint / pint (pull_request) Failing after 2m21s
Laravel Larastan / larastan (pull_request) Failing after 2m40s
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 53s
Gemini PR Review / review (pull_request) Failing after 1m8s
Laravel Pint / pint (pull_request) Failing after 2m21s
Laravel Larastan / larastan (pull_request) Failing after 2m40s
This commit is contained in:
@@ -28,7 +28,6 @@ return new class extends Migration
|
||||
|
||||
UNIQUE (name, plant_id),
|
||||
FOREIGN KEY (plant_id) REFERENCES plants (id)
|
||||
|
||||
);
|
||||
SQL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user