Added mysql and postgresql linkonly migration

This commit is contained in:
Kwoth
2022-07-27 05:40:14 +02:00
parent 22bff7838a
commit fa822853df
6 changed files with 7324 additions and 0 deletions

View File

@@ -1391,6 +1391,10 @@ namespace NadekoBot.Migrations.Mysql
.HasColumnType("bigint unsigned")
.HasColumnName("guildid");
b.Property<int>("Type")
.HasColumnType("int")
.HasColumnName("type");
b.HasKey("Id")
.HasName("pk_imageonlychannels");