[DB] Update initial db
This commit is contained in:
@@ -14,4 +14,7 @@ public class ChannelEntity : DateTimeBase
|
||||
public long Subscribers { get; set; }
|
||||
public long TotalVideos { get; set; }
|
||||
public long TotalViews { get; set; }
|
||||
public List<MediaEntity> Media { get; set; } = [];
|
||||
public List<PlaylistEntity> Playlists { get; set; } = [];
|
||||
public ClientAccountEntity? ClientAccount { get; set; }
|
||||
}
|
Reference in New Issue
Block a user