Add version field to star entity. Implemented a lot of the star crud
This commit is contained in:
@@ -251,6 +251,10 @@ namespace MoonlightServers.ApiServer.Database.Migrations
|
||||
b.Property<string>("UpdateUrl")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<string>("Version")
|
||||
.IsRequired()
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.ToTable("Stars", "Servers");
|
||||
|
||||
Reference in New Issue
Block a user