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

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2025-12-16 12:26:25 +00:00

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;