wip
This commit is contained in:
parent
fd8d9f322c
commit
77e4feb507
66 changed files with 66 additions and 66 deletions
|
|
@ -6,7 +6,7 @@
|
|||
import { PrimaryColumn, Entity, Index, Column } from 'typeorm';
|
||||
import { id } from '../id.js';
|
||||
|
||||
@Entity()
|
||||
@Entity('emoji')
|
||||
@Index(['name', 'host'], { unique: true })
|
||||
export class MiEmoji {
|
||||
@PrimaryColumn(id())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue