fix permission table
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 4s

This commit is contained in:
2026-04-22 20:09:20 -05:00
parent ef1256b38f
commit 37b5dd4637
5 changed files with 390 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
// <auto-generated />
using System;
using System.Collections.Generic;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
@@ -250,8 +249,8 @@ namespace agologum_api.Migrations
b.Property<string>("PasswordHash")
.HasColumnType("text");
b.PrimitiveCollection<List<string>>("Permissions")
.HasColumnType("text[]");
b.PrimitiveCollection<string>("Permissions")
.HasColumnType("jsonb");
b.Property<string>("PhoneNumber")
.HasColumnType("text");