mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add alias and display name to people.
This commit is contained in:
@@ -4958,12 +4958,16 @@ namespace Cicm.Database.Migrations
|
||||
{
|
||||
b.Property<int>("Id").ValueGeneratedOnAdd();
|
||||
|
||||
b.Property<string>("Alias");
|
||||
|
||||
b.Property<DateTime>("BirthDate");
|
||||
|
||||
b.Property<short?>("CountryOfBirthId");
|
||||
|
||||
b.Property<DateTime?>("DeathDate");
|
||||
|
||||
b.Property<string>("DisplayName");
|
||||
|
||||
b.Property<int?>("DocumentPersonId");
|
||||
|
||||
b.Property<string>("Facebook");
|
||||
@@ -4980,12 +4984,16 @@ namespace Cicm.Database.Migrations
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("Alias");
|
||||
|
||||
b.HasIndex("BirthDate");
|
||||
|
||||
b.HasIndex("CountryOfBirthId");
|
||||
|
||||
b.HasIndex("DeathDate");
|
||||
|
||||
b.HasIndex("DisplayName");
|
||||
|
||||
b.HasIndex("Facebook");
|
||||
|
||||
b.HasIndex("Name");
|
||||
|
||||
Reference in New Issue
Block a user