Added Links to GW2Builds
Build Overview is now visible for everyone
This commit is contained in:
parent
94f92735d1
commit
267eae1297
8 changed files with 763 additions and 61 deletions
|
@ -115,6 +115,10 @@ namespace Lieb.Migrations
|
|||
.IsRequired()
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("SourceLink")
|
||||
.IsRequired()
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<bool>("UseInRandomRaid")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue