|
|
@ -13,7 +13,7 @@ namespace Squidex.Areas.Api.Controllers.News.Service |
|
|
{ |
|
|
{ |
|
|
public sealed class FeaturesService |
|
|
public sealed class FeaturesService |
|
|
{ |
|
|
{ |
|
|
private const int FeatureVersion = 18; |
|
|
private const int FeatureVersion = 19; |
|
|
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; |
|
|
|
|
|
|
|
|
|