Skip to content
Stephen von Takach edited this page Sep 24, 2020 · 3 revisions

Useful database manipulation

Remove an item from an array

r.db('place_development').table('sys').update({
  zones: r.row('zones').difference(['zone-Epa~Jlq-l0'])
})
Clone this wiki locally