Fix BattleFish Designer and Increment Version

master
exsersewo 4 years ago
parent db91305859
commit 12be39e22d
  1. 4
      Kehyeedra3/Kehyeedra3.csproj
  2. 29
      Kehyeedra3/Migrations/20200428191620_Bootlefish.Designer.cs

@ -3,8 +3,8 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyVersion>2020.4.0.0</AssemblyVersion> <AssemblyVersion>2020.5.0.0</AssemblyVersion>
<FileVersion>2020.4.0.0</FileVersion> <FileVersion>2020.5.0.0</FileVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

@ -19,35 +19,6 @@ namespace Kehyeedra3.Migrations
.HasAnnotation("ProductVersion", "3.1.2") .HasAnnotation("ProductVersion", "3.1.2")
.HasAnnotation("Relational:MaxIdentifierLength", 64); .HasAnnotation("Relational:MaxIdentifierLength", 64);
modelBuilder.Entity("Kehyeedra3.Services.Models.BattleFish", b =>
{
b.Property<ulong>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("bigint unsigned");
b.Property<byte>("Equipment")
.HasColumnType("tinyint unsigned");
b.Property<byte>("FishType")
.HasColumnType("tinyint unsigned");
b.Property<int>("Lvl")
.HasColumnType("int");
b.Property<string>("Name")
.HasColumnType("longtext CHARACTER SET utf8mb4");
b.Property<ulong>("NextXp")
.HasColumnType("bigint unsigned");
b.Property<ulong>("Xp")
.HasColumnType("bigint unsigned");
b.HasKey("Id");
b.ToTable("BattleFish");
});
modelBuilder.Entity("Kehyeedra3.Services.Models.Fishing", b => modelBuilder.Entity("Kehyeedra3.Services.Models.Fishing", b =>
{ {
b.Property<ulong>("Id") b.Property<ulong>("Id")

Loading…
Cancel
Save