Implemented a system that will remove common sort prefixes. Disabled by default.
This commit is contained in:
parent
e5d949161e
commit
1044c78bd2
16 changed files with 4097 additions and 3 deletions
|
|
@ -1341,6 +1341,9 @@ namespace API.Data.Migrations
|
|||
b.Property<string>("PrimaryColor")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<bool>("RemovePrefixForSortName")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<string>("SecondaryColor")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue