mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 15:27:21 +01:00
adjust alias length
This commit is contained in:
parent
a60409d2bd
commit
e2e97065f4
4 changed files with 433 additions and 3 deletions
|
|
@ -276,8 +276,8 @@ namespace MareSynchronosServer.Migrations
|
|||
.HasColumnName("uid");
|
||||
|
||||
b.Property<string>("Alias")
|
||||
.HasMaxLength(10)
|
||||
.HasColumnType("character varying(10)")
|
||||
.HasMaxLength(15)
|
||||
.HasColumnType("character varying(15)")
|
||||
.HasColumnName("alias");
|
||||
|
||||
b.Property<bool>("IsAdmin")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue