Skip to content
Snippets Groups Projects
Commit dabe3ef3 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added 'phy_deleted_on' field for deleted nodes.

parent c8173437
No related branches found
No related tags found
No related merge requests found
Pipeline #1320 passed
......@@ -132,6 +132,7 @@ CREATE TABLE deleted_node (
protocols TEXT[] default NULL,
-- add a deleted_on timestamp to keep track
deleted_on TIMESTAMP default CURRENT_TIMESTAMP,
phy_deleted_on TIMESTAMP default NULL,
PRIMARY KEY (node_id),
FOREIGN KEY (location_id) REFERENCES location (location_id)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment