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
+1 -1
View File
@@ -259,7 +259,7 @@ func seedDemoSpecies(ctx context.Context, tx *sql.Tx, gardenID, userID int64, im
err := tx.QueryRowContext(ctx, `
INSERT INTO species (
garden_id, category_id, common_name, cultivar, botanical_name,
sun_exposure, soil_condition, soil_reaction, spacing_cm, height_cm,
sun_exposure, soil_condition, soil_reaction, spacing_cm, height_cm_to,
sow_month_from, sow_month_to, planting_month_from, planting_month_to,
harvest_month_from, harvest_month_to, notes, created_by, updated_by)
SELECT $1, id, $2, $3, $4, 'sunny', 'moist', 'neutral', $5, $6,