feat(dal,api): Удалены старые таблицы AppInWorks
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using PARR.DAL.Context;
|
||||
using PARR.Domain.Constants;
|
||||
using PARR.Domain.Entities.Base;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace PARR.DAL.Models
|
||||
{
|
||||
[Table("WeekendDays", Schema = DataContextSettings.Schedule)]
|
||||
[Table("WeekendDays", Schema = DatabaseSchemas.Schedule)]
|
||||
[Index(nameof(Date), IsUnique = true)]
|
||||
public class WeekendDay : IBaseEntity
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user