This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user