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

This commit is contained in:
dhanabalan
2025-12-16 17:52:03 +05:30
parent 7b0fa092f4
commit de2c05c817

View File

@@ -28,7 +28,6 @@ return new class extends Migration
UNIQUE (name, plant_id), UNIQUE (name, plant_id),
FOREIGN KEY (plant_id) REFERENCES plants (id) FOREIGN KEY (plant_id) REFERENCES plants (id)
); );
SQL; SQL;