mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-08-11 11:42:03 +00:00
made phone optional in customers model
This commit is contained in:
@@ -57,7 +57,6 @@ namespace barkmanapi.Migrations
|
||||
.HasColumnName("notes");
|
||||
|
||||
b.Property<string>("PhoneNumber")
|
||||
.IsRequired()
|
||||
.HasColumnType("text")
|
||||
.HasColumnName("phone_number");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user