revert-fix #1

Merged
jothi merged 3 commits from revert-fix into master 2025-12-16 12:26:25 +00:00
Showing only changes of commit de2c05c817 - Show all commits

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;