[+] Finished Payday-System
This commit is contained in:
1204
ReallifeGamemode.Server/Migrations/20190719210722_PaydayTimer.Designer.cs
generated
Normal file
1204
ReallifeGamemode.Server/Migrations/20190719210722_PaydayTimer.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,23 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
namespace ReallifeGamemode.Migrations
|
||||
{
|
||||
public partial class PaydayTimer : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AddColumn<int>(
|
||||
name: "PaydayTimer",
|
||||
table: "Users",
|
||||
nullable: false,
|
||||
defaultValue: 0);
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "PaydayTimer",
|
||||
table: "Users");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -840,6 +840,8 @@ namespace ReallifeGamemode.Migrations
|
||||
|
||||
b.Property<int?>("HouseId");
|
||||
|
||||
b.Property<int>("JailTime");
|
||||
|
||||
b.Property<int?>("JobId");
|
||||
|
||||
b.Property<int>("LogUserId");
|
||||
@@ -849,6 +851,8 @@ namespace ReallifeGamemode.Migrations
|
||||
|
||||
b.Property<string>("Password")
|
||||
.HasMaxLength(64);
|
||||
|
||||
b.Property<int>("PaydayTimer");
|
||||
|
||||
b.Property<float>("PositionX");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user