Rename tbl Setting -> settings

This commit is contained in:
Mikhail Trubnikov
2023-09-19 14:40:25 +10:00
parent 223c7b0434
commit 7b17d3260d
4 changed files with 1349 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ using System.ComponentModel.DataAnnotations.Schema;
namespace PARR.DAL.Models
{
[Table("Setting")]
[Table("Settings")]
public class Setting
{
[Key]