diff --git a/terracotta/drivers/sqlite_meta_store.py b/terracotta/drivers/sqlite_meta_store.py index 1d504d2e..60a2532f 100644 --- a/terracotta/drivers/sqlite_meta_store.py +++ b/terracotta/drivers/sqlite_meta_store.py @@ -28,7 +28,7 @@ class SQLiteMetaStore(RelationalMetaStore): The SQLite database consists of 4 different tables: - ``terracotta``: Metadata about the database itself. - - ``keys``: Contains two columns holding all available keys and their description. + - ``key_names``: Contains two columns holding all available keys and their description. - ``datasets``: Maps key values to physical raster path. - ``metadata``: Contains actual metadata as separate columns. Indexed via key values.