Test update
This commit is contained in:
parent
7a27314ae7
commit
e41f9ca3cf
|
|
@ -5,7 +5,7 @@ using System.ComponentModel.DataAnnotations.Schema;
|
|||
namespace Server.SQL
|
||||
{
|
||||
[Table("consumable_item", Schema = "gamedb")]
|
||||
public class ConsumableItem
|
||||
public class ConsumableItem
|
||||
{
|
||||
public long id { get; set; }
|
||||
[JsonIgnore]
|
||||
|
|
|
|||
Loading…
Reference in New Issue