mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
fix my own stupidity
This commit is contained in:
parent
ead753f372
commit
4ebda2cae6
1 changed files with 3 additions and 2 deletions
|
@ -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 a new issue