server changes for the ID in the tree

This commit is contained in:
filipriec
2025-05-23 13:34:39 +02:00
parent ad37990da9
commit 5478a2ac27
4 changed files with 10 additions and 5 deletions

View File

@@ -35,8 +35,9 @@ message TableDefinitionResponse {
message ProfileTreeResponse {
message Table {
string name = 1;
repeated string depends_on = 2;
int64 id = 1;
string name = 2;
repeated string depends_on = 3;
}
message Profile {