.
Deploy / deploy (push) Successful in 39s

This commit is contained in:
2026-05-07 21:52:26 +02:00
parent 172b524e36
commit 36057b04a4
3 changed files with 9 additions and 26 deletions
+1
View File
@@ -33,6 +33,7 @@ CREATE TABLE IF NOT EXISTS network_nodes (
node_type ENUM('host','server','router','firewall','switch','cloud','endpoint','other') DEFAULT 'host',
status ENUM('online','offline','unknown','compromised','monitoring') DEFAULT 'unknown',
group_name VARCHAR(100) DEFAULT 'default',
notes TEXT DEFAULT '',
pos_x FLOAT DEFAULT 0,
pos_y FLOAT DEFAULT 0,
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP