SQL Error: VALUES lists must all be the same length (line 130)
Cause: kcal_per_km row was missing validation_rules JSONB value
Fixed: Added validation_rules '{"min": 0, "max": 1000}'::jsonb
All 16 parameter rows now have correct 10 columns:
key, name_de, name_en, category, data_type, unit, source_field,
validation_rules, description_de, description_en
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| 003_add_email_verification.sql | ||
| 004_training_types.sql | ||
| 005_training_types_extended.sql | ||
| 006_training_types_abilities.sql | ||
| 007_activity_type_mappings.sql | ||
| 008_vitals_rest_days.sql | ||
| 009_sleep_log.sql | ||
| 010_rest_days_jsonb.sql | ||
| 011_allow_multiple_rest_days_per_date.sql | ||
| 012_rest_days_unique_focus.sql | ||
| 013_training_parameters.sql | ||
| 014_training_profiles.sql | ||
| check_features.sql | ||
| v9c_cleanup_features.sql | ||
| v9c_fix_features.sql | ||
| v9c_subscription_system.sql | ||