update cql files

This commit is contained in:
2025-07-27 13:55:45 +02:00
committed by swordsteel
parent 7a3c338e2b
commit fbde7db251
2 changed files with 65 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
-- Create a table
-- Table: nodes
-- DROP TABLE IF EXISTS device_configuration.nodes;
CREATE TABLE IF NOT EXISTS device_configuration.nodes
(
id UUID PRIMARY KEY,