perf(backend): delete useless indexes
This commit is contained in:
parent
fb63fc1213
commit
55c14aec2c
2 changed files with 18 additions and 2 deletions
|
@ -18,7 +18,6 @@ export class MiNote {
|
|||
@PrimaryColumn(id())
|
||||
public id: string;
|
||||
|
||||
@Index()
|
||||
@Column('timestamp with time zone', {
|
||||
comment: 'The created date of the Note.',
|
||||
})
|
||||
|
@ -151,7 +150,6 @@ export class MiNote {
|
|||
})
|
||||
public fileIds: MiDriveFile['id'][];
|
||||
|
||||
@Index()
|
||||
@Column('varchar', {
|
||||
length: 256, array: true, default: '{}',
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue