mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-11-08 11:33:49 +01:00
Add timestamp column to node table
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
CREATE TABLE "node" (
|
CREATE TABLE "node" (
|
||||||
id INTEGER PRIMARY KEY,
|
id INTEGER PRIMARY KEY,
|
||||||
|
time_stamp INTEGER NOT NULL,
|
||||||
hostname VARCHAR(255) NOT NULL,
|
hostname VARCHAR(255) NOT NULL,
|
||||||
cluster VARCHAR(255) NOT NULL,
|
cluster VARCHAR(255) NOT NULL,
|
||||||
subcluster VARCHAR(255) NOT NULL,
|
subcluster VARCHAR(255) NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user