summaryrefslogtreecommitdiff
path: root/opendc/models/tile.py
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/models/tile.py')
-rw-r--r--opendc/models/tile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/tile.py b/opendc/models/tile.py
index e7f64160..ac22ccac 100644
--- a/opendc/models/tile.py
+++ b/opendc/models/tile.py
@@ -19,7 +19,7 @@ class Tile(Model):
PATH = '/v1/rooms/{roomId}/tiles'
- TABLE_NAME = 'tiles'
+ COLLECTION_NAME = 'tiles'
COLUMNS = ['id', 'position_x', 'position_y', 'room_id', 'object_id', 'topology_id']
COLUMNS_PRIMARY_KEY = ['id']