Permissions panel.
This commit is contained in:
@@ -62,6 +62,9 @@ namespace Content.Server.Database.Migrations.Sqlite
|
||||
|
||||
b.HasIndex("AdminId");
|
||||
|
||||
b.HasIndex("Flag", "AdminId")
|
||||
.IsUnique();
|
||||
|
||||
b.ToTable("admin_flag");
|
||||
});
|
||||
|
||||
@@ -102,6 +105,9 @@ namespace Content.Server.Database.Migrations.Sqlite
|
||||
|
||||
b.HasIndex("AdminRankId");
|
||||
|
||||
b.HasIndex("Flag", "AdminRankId")
|
||||
.IsUnique();
|
||||
|
||||
b.ToTable("admin_rank_flag");
|
||||
});
|
||||
|
||||
@@ -340,6 +346,8 @@ namespace Content.Server.Database.Migrations.Sqlite
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("LastSeenUserName");
|
||||
|
||||
b.ToTable("player");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user