Brusher Profile and Blog delete permisssion
This commit is contained in:
parent
39788f46f9
commit
fc1775147f
5 changed files with 3571 additions and 6 deletions
|
|
@ -1123,7 +1123,6 @@ namespace Yavsc.Migrations
|
|||
.HasColumnType("numeric");
|
||||
|
||||
b.Property<string>("ScheduleOwnerId")
|
||||
.IsRequired()
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<decimal>("ShampooPrice")
|
||||
|
|
@ -2835,9 +2834,7 @@ namespace Yavsc.Migrations
|
|||
{
|
||||
b.HasOne("Yavsc.Models.Calendar.Schedule", "Schedule")
|
||||
.WithMany()
|
||||
.HasForeignKey("ScheduleOwnerId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
.IsRequired();
|
||||
.HasForeignKey("ScheduleOwnerId");
|
||||
|
||||
b.HasOne("Yavsc.Models.Workflow.PerformerProfile", "BaseProfile")
|
||||
.WithMany()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue