You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public DateTime? Date { get; set; }
public DateTime Modified { get; set; }
Document with no date was created and min date was set in db. Date should be null then probably.
Now it's MinDate basically. Or just just it to non-nullable DateTime then.
The text was updated successfully, but these errors were encountered:
Document with no date was created and min date was set in db. Date should be null then probably.
Now it's MinDate basically. Or just just it to non-nullable DateTime then.
The text was updated successfully, but these errors were encountered: