---
number: 19298
slug: 19298-directly-updating-rows-in-the-cron-job-table-is-no-longer-allowed
published: 2023-11-29
discussion: https://github.com/orgs/supabase/discussions/19298
labels:
  - database
  - breaking-change
page: https://supabase.com/changelog/19298-directly-updating-rows-in-the-cron-job-table-is-no-longer-allowed
---

# Directly updating rows in the `cron.job` table is no longer allowed

Previously, it was possible to directly insert/update rows on the pg_cron extension's `cron.job` table. This bypasses security checks that would've been asserted when jobs are scheduled/modified via pg_cron functions.

You can see how to schedule/modify cron jobs using the examples in our [docs](https://supabase.com/docs/guides/database/extensions/pg_cron).
