mirror of
https://github.com/QuotifyTeam/QuotifyBE.git
synced 2025-12-16 21:20:06 +01:00
fix: use userid for jwt, migration for user roles
This commit is contained in:
@@ -126,6 +126,9 @@ namespace QuotifyBE.Migrations
|
||||
.IsRequired()
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<int>("Role")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.ToTable("Users");
|
||||
|
||||
Reference in New Issue
Block a user