Permissions panel.
This commit is contained in:
@@ -67,6 +67,9 @@ namespace Content.Server.Database.Migrations.Postgres
|
||||
|
||||
b.HasIndex("AdminId");
|
||||
|
||||
b.HasIndex("Flag", "AdminId")
|
||||
.IsUnique();
|
||||
|
||||
b.ToTable("admin_flag");
|
||||
});
|
||||
|
||||
@@ -109,6 +112,9 @@ namespace Content.Server.Database.Migrations.Postgres
|
||||
|
||||
b.HasIndex("AdminRankId");
|
||||
|
||||
b.HasIndex("Flag", "AdminRankId")
|
||||
.IsUnique();
|
||||
|
||||
b.ToTable("admin_rank_flag");
|
||||
});
|
||||
|
||||
@@ -260,6 +266,8 @@ namespace Content.Server.Database.Migrations.Postgres
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("LastSeenUserName");
|
||||
|
||||
b.HasIndex("UserId")
|
||||
.IsUnique();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user