fix: add visible columnt to .sql init script

This commit is contained in:
ІМ-24 Владислав Коваленко
2026-03-25 16:50:19 +00:00
parent 86d7b1aaf8
commit 780855c93f
3 changed files with 8 additions and 5 deletions

View File

@@ -7,5 +7,6 @@ CREATE TABLE processed_agent_data (
z FLOAT,
latitude FLOAT,
longitude FLOAT,
timestamp TIMESTAMP
);
timestamp TIMESTAMP,
visible BOOLEAN
);