© 2026 Hedgehog Software, LLC
knex('updates').update('updatedAt',knex.fn.now()).where('id',1);
supabase.from('updates').update({ updatedAt: now() }).eq('id',1);