mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-19 12:02:55 +09:00
fix my own stupidity
This commit is contained in:
parent
ead753f372
commit
4ebda2cae6
@ -171,8 +171,9 @@ export class Instance {
|
||||
})
|
||||
public infoUpdatedAt: Date | null;
|
||||
|
||||
@Column("Domains for account ats", {
|
||||
nullable: true,
|
||||
@Column("varchar", {
|
||||
length: 128,
|
||||
comment: "Domain for account ATs",
|
||||
})
|
||||
public accountDomain: string | null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user