mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@14570 2b470e98-0d58-463d-a4d8-8e2adae1ed80
5 lines
256 B
Plaintext
5 lines
256 B
Plaintext
The file "fhem_statistics_2017.sqlite" is the database for the delivered statistics.
|
|
|
|
It contains the following schema:
|
|
|
|
CREATE TABLE jsonNodes(uniqueID VARCHAR(32) PRIMARY KEY UNIQUE, lastSeen TIMESTAMP DEFAULT CURRENT_TIMESTAMP, geo BLOB, json BLOB); |