✨ Sticker icon
This commit is contained in:
@@ -1147,14 +1147,10 @@ namespace DysonNetwork.Sphere.Migrations
|
||||
.HasColumnName("deleted_at");
|
||||
|
||||
b.Property<SnCloudFileReferenceObject>("Image")
|
||||
.IsRequired()
|
||||
.HasColumnType("jsonb")
|
||||
.HasColumnName("image");
|
||||
|
||||
b.Property<string>("ImageId")
|
||||
.HasMaxLength(32)
|
||||
.HasColumnType("character varying(32)")
|
||||
.HasColumnName("image_id");
|
||||
|
||||
b.Property<Guid>("PackId")
|
||||
.HasColumnType("uuid")
|
||||
.HasColumnName("pack_id");
|
||||
@@ -1202,6 +1198,10 @@ namespace DysonNetwork.Sphere.Migrations
|
||||
.HasColumnType("character varying(4096)")
|
||||
.HasColumnName("description");
|
||||
|
||||
b.Property<SnCloudFileReferenceObject>("Icon")
|
||||
.HasColumnType("jsonb")
|
||||
.HasColumnName("icon");
|
||||
|
||||
b.Property<string>("Name")
|
||||
.IsRequired()
|
||||
.HasMaxLength(1024)
|
||||
|
||||
Reference in New Issue
Block a user