From de0071a8639ab2355d7a798d19d3e8af96529a9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=84=9C?= Date: Tue, 6 Feb 2024 12:05:22 +0900 Subject: [PATCH] =?UTF-8?q?=EB=88=84=EB=9D=BD=EB=90=9C=EA=B0=92=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/SQL/EquipmentData.cs | 1 + Server/System/Statics.cs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/SQL/EquipmentData.cs b/Server/SQL/EquipmentData.cs index c414f20..dfbddff 100644 --- a/Server/SQL/EquipmentData.cs +++ b/Server/SQL/EquipmentData.cs @@ -9,6 +9,7 @@ namespace Server.SQL { public class EquipmentData { + [Key] public long index { get; set; } public int part { get; set; } } diff --git a/Server/System/Statics.cs b/Server/System/Statics.cs index 727921f..3e7910b 100644 --- a/Server/System/Statics.cs +++ b/Server/System/Statics.cs @@ -19,7 +19,6 @@ namespace Server.System public static readonly string PATTERN = "[^a-zA-Z0-9가-힣 ]"; - //SQL public static DeckInfoSQL deckInfoSQL = new DeckInfoSQL(); public static DeckUnitInfoSQL deckUnitInfoSQL = new DeckUnitInfoSQL();