fix: add visible columnt to .sql init script

This commit is contained in:
ІМ-24 Владислав Коваленко
2026-03-25 16:50:19 +00:00
parent 1375e6e4be
commit e2e68e8506
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
);