1
0
Fork 0

issue #1085: Bad data modification query example

This commit is contained in:
Jan Steemann 2014-11-06 10:21:26 +01:00
parent 01da2b3a84
commit 5222782326
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ collections is establish via the documents' keys:
FOR u IN users
FILTER u.status == 'deleted'
REMOVE u._key IN backup
REMOVE u IN backup
!SUBSECTION Restrictions