feat: add target week activation flag to network membership
All checks were successful
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 5m28s
All checks were successful
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 5m28s
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>0.0.154</Version>
|
||||
<Version>0.0.155</Version>
|
||||
<DebugType>None</DebugType>
|
||||
<DebugSymbols>False</DebugSymbols>
|
||||
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
|
||||
|
||||
@@ -176,7 +176,8 @@ message NetworkTreeNodeModel
|
||||
google.protobuf.Timestamp club_activated_at = 8; // تاریخ فعالسازی در باشگاه
|
||||
bool is_club_active = 9; // فعال بودن در باشگاه
|
||||
string activation_week_number = 10; // شماره هفته فعالسازی
|
||||
google.protobuf.Timestamp user_created = 11; // تاریخ ایجاد کاربر
|
||||
bool is_activated_in_target_week = 11; // آیا در هفته هدف فعال شده
|
||||
google.protobuf.Timestamp user_created = 12; // تاریخ ایجاد کاربر
|
||||
}
|
||||
|
||||
// GetHistory Query
|
||||
|
||||
Reference in New Issue
Block a user