fix permission table
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 4s
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 4s
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user