Merge pull request 'revert-fix' (#1) from revert-fix into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user