Compare commits
3 Commits
main
...
revert-fix
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de2c05c817 | ||
|
|
7b0fa092f4 | ||
|
|
536c7d176a |
@@ -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