Support species height and width ranges
CI / test (push) Failing after 3m6s

This commit is contained in:
2026-09-16 20:21:41 +02:00
parent 87809b2344
commit ef608551ad
14 changed files with 271 additions and 69 deletions
@@ -0,0 +1,6 @@
ALTER TABLE species RENAME COLUMN height_cm TO height_cm_to;
ALTER TABLE species
ADD COLUMN height_cm_from integer,
ADD COLUMN width_cm_from integer,
ADD COLUMN width_cm_to integer;