[
  {
    "type": "insert",
    "description": "Seed default replenishment settings in fpSettings table. Uses INSERT IGNORE for idempotency - will add any missing keys without affecting existing values.",
    "database": "{{store}}",
    "sql": "INSERT IGNORE INTO `fpSettings` (`settingKey`, `settingValue`) VALUES\n('replenishment_enabled', '1'),\n('replenishment_threshold_adequate', '5'),\n('replenishment_threshold_monitor', '10'),\n('replenishment_threshold_urgent', '15'),\n('replenishment_threshold_critical', '20'),\n('replenishment_bins_per_trip', '10'),\n('replenishment_default_window_days', '7')"
  }
]
