Rename tbl Setting -> settings
This commit is contained in:
@@ -3,7 +3,7 @@ using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace PARR.DAL.Models
|
||||
{
|
||||
[Table("Setting")]
|
||||
[Table("Settings")]
|
||||
public class Setting
|
||||
{
|
||||
[Key]
|
||||
|
||||
Reference in New Issue
Block a user