enhance(backend): improve featured system
This commit is contained in:
parent
e4dcab8671
commit
dab205edb8
10 changed files with 208 additions and 33 deletions
|
|
@ -14,7 +14,6 @@ export class MiNoteReaction {
|
|||
@PrimaryColumn(id())
|
||||
public id: string;
|
||||
|
||||
@Index()
|
||||
@Column('timestamp with time zone', {
|
||||
comment: 'The created date of the NoteReaction.',
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue