More work on nullable references
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Umbraco.Cms.Infrastructure.Persistence.DatabaseModelDefinitions
|
||||
{
|
||||
public class IndexColumnDefinition
|
||||
{
|
||||
public virtual string Name { get; set; }
|
||||
public virtual string? Name { get; set; }
|
||||
public virtual Direction Direction { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user