forked from Sarah/Lieb-Website
added EventType to raid
This commit is contained in:
parent
de3a6a9f83
commit
f0ef990993
7 changed files with 778 additions and 8 deletions
|
@ -160,6 +160,9 @@ namespace Lieb.Migrations
|
|||
b.Property<DateTimeOffset>("EndTimeUTC")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<int>("EventType")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<DateTimeOffset>("FreeForAllTimeUTC")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
|
@ -376,6 +379,9 @@ namespace Lieb.Migrations
|
|||
b.Property<DateTime>("EndTime")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<int>("EventType")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<DateTime>("FreeForAllTime")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue