diff options
Diffstat (limited to 'web/app/model/Geofence.js')
-rw-r--r-- | web/app/model/Geofence.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/model/Geofence.js b/web/app/model/Geofence.js index 63c8e8e2..12a9f878 100644 --- a/web/app/model/Geofence.js +++ b/web/app/model/Geofence.js @@ -32,6 +32,9 @@ Ext.define('Traccar.model.Geofence', { name: 'area', type: 'string' }, { + name: 'calendarId', + type: 'int' + }, { name: 'attributes' }] }); |