feat: add authors

This commit is contained in:
semenov
2025-01-22 17:32:10 +03:00
parent 22b2fbddc3
commit ded0bc3627
9 changed files with 52 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ public:
this->viewName = viewName;
this->createData = data;
this->size = size;
this->isChangeable = true;
this->isChangeable = false;
}
StreamingVersionData(){};