create IDX_note_url over note.url
This commit is contained in:
parent
20a2505543
commit
5f51f7878e
2 changed files with 17 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ export class MiNote {
|
|||
})
|
||||
public uri: string | null;
|
||||
|
||||
@Index('IDX_note_url')
|
||||
@Column('varchar', {
|
||||
length: 512, nullable: true,
|
||||
comment: 'The human readable url of a note. it will be null when the note is local.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue