mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2026-02-04 19:04:12 +02:00
change int to ulong discord id
This commit is contained in:
@@ -30,8 +30,8 @@ namespace yaflay.ru.Migrations
|
||||
|
||||
NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
|
||||
|
||||
b.Property<int>("discordId")
|
||||
.HasColumnType("integer");
|
||||
b.Property<decimal>("discordId")
|
||||
.HasColumnType("numeric(20,0)");
|
||||
|
||||
b.Property<string>("discordNickName")
|
||||
.IsRequired()
|
||||
@@ -114,11 +114,9 @@ namespace yaflay.ru.Migrations
|
||||
NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
|
||||
|
||||
b.Property<string>("redirectTo")
|
||||
.IsRequired()
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<string>("uri")
|
||||
.IsRequired()
|
||||
.HasColumnType("text");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
Reference in New Issue
Block a user