|
|
@ -16,7 +16,7 @@ namespace Squidex.Areas.Api.Controllers.News.Service |
|
|
{ |
|
|
{ |
|
|
public sealed class FeaturesService |
|
|
public sealed class FeaturesService |
|
|
{ |
|
|
{ |
|
|
private const int FeatureVersion = 8; |
|
|
private const int FeatureVersion = 9; |
|
|
private readonly QueryContext flatten = QueryContext.Default.Flatten(); |
|
|
private readonly QueryContext flatten = QueryContext.Default.Flatten(); |
|
|
private readonly IContentsClient<NewsEntity, FeatureDto> client; |
|
|
private readonly IContentsClient<NewsEntity, FeatureDto> client; |
|
|
|
|
|
|
|
|
|