mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-15 03:31:38 +01:00
Permissions panel.
This commit is contained in:
@@ -65,6 +65,9 @@ namespace Content.Server.Database
|
||||
.HasCheckConstraint("LastSeenAddressNotIPv6MappedIPv4",
|
||||
"NOT inet '::ffff:0.0.0.0/96' >>= last_seen_address");
|
||||
|
||||
modelBuilder.Entity<PostgresPlayer>()
|
||||
.HasIndex(p => p.LastSeenUserName);
|
||||
|
||||
modelBuilder.Entity<PostgresConnectionLog>()
|
||||
.HasIndex(p => p.UserId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user