mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-16 02:10:46 +02:00
Enums as string
This commit is contained in:
@@ -168,8 +168,8 @@ namespace API.Migrations.Manga
|
||||
.HasMaxLength(8)
|
||||
.HasColumnType("character varying(8)");
|
||||
|
||||
b.Property<byte>("ReleaseStatus")
|
||||
.HasColumnType("smallint");
|
||||
b.Property<int>("ReleaseStatus")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b.Property<long?>("Year")
|
||||
.HasColumnType("bigint");
|
||||
|
Reference in New Issue
Block a user