I've added a new property/field to one of my objects and want to set the value of this (boolean) property to false for all existing entities in the DB.
I tried to execute an update statement with the Explorer tool.
The statement ends and tells me that 1000 entities have been updated. I then save the changes to the DB via file->save. But when I execute a select on the DB I see that the field is still "null" for all instances.
How do I initialize the field?