feat:[AH-628]: migration fix for file manager (#3219)

* feat:[AH-628]: review changes
* feat:[AH-628]: migration fix for file manager
BT-10437
Sourabh Awashti 2025-01-03 09:16:23 +00:00 committed by Harness
parent 863c0976b2
commit f270bc596a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ create table if not exists nodes
(
node_id TEXT PRIMARY KEY,
node_name TEXT NOT NULL,
node_parent_id INTEGER REFERENCES nodes (node_id),
node_parent_id TEXT REFERENCES nodes (node_id),
node_registry_id INTEGER NOT NULL REFERENCES registries (registry_id),
node_is_file BOOLEAN NOT NULL,
node_path TEXT NOT NULL,