update migrations

This commit is contained in:
azyges
2025-09-26 22:36:51 +09:00
parent 48cf492fa1
commit b9abdcfff7
3 changed files with 7 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
// <auto-generated />
// <auto-generated />
using System;
using LightlessSyncShared.Data;
using Microsoft.EntityFrameworkCore;
@@ -685,7 +685,6 @@ namespace LightlessSyncServer.Migrations
b.Property<bool>("HasVanity")
.HasColumnType("boolean")
.HasDefaultValue(false)
.HasColumnName("has_vanity");
b.Property<bool>("IsAdmin")
@@ -703,13 +702,11 @@ namespace LightlessSyncServer.Migrations
b.Property<string>("TextColorHex")
.HasMaxLength(9)
.HasColumnType("character varying(9)")
.HasDefaultValue(string.Empty)
.HasColumnName("text_color_hex");
b.Property<string>("TextGlowColorHex")
.HasMaxLength(9)
.HasColumnType("character varying(9)")
.HasDefaultValue(string.Empty)
.HasColumnName("text_glow_color_hex");
b.Property<byte[]>("Timestamp")