update migrations
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user