Skip to content

Commit

Permalink
Regenerate the Person data model
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed-Ghanam committed Oct 9, 2024
1 parent 74979bb commit 2250863
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Altinn.Profile/Models/Person.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace Altinn.Profile.Models;
/// </summary>
[Table("person", Schema = "contact_and_reservation")]
[Index("FnumberAk", Name = "idx_fnumber_ak")]
[Index("MailboxSupplierIdFk", Name = "idx_mailbox_supplier_id_fk")]
[Index("FnumberAk", Name = "person_fnumber_ak_key", IsUnique = true)]
public partial class Person
{
Expand Down

0 comments on commit 2250863

Please sign in to comment.