Added endpoints for specific verspakketten, added sorting for All Verspakketten endpoint
This commit is contained in:
@@ -108,6 +108,9 @@ namespace Lutra.Infrastructure.Sql.Migrations
|
||||
.HasMaxLength(50)
|
||||
.HasColumnType("character varying(50)");
|
||||
|
||||
b.Property<int?>("PrijsInCenten")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b.Property<Guid>("SupermarktId")
|
||||
.HasColumnType("uuid");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user