1
0

merge: upstream performance changes & instance silencing

This commit is contained in:
Mar0xy
2023-10-16 23:38:21 +02:00
209 changed files with 1064 additions and 1019 deletions
-6
View File
@@ -14,12 +14,6 @@ export class MiDriveFile {
@PrimaryColumn(id())
public id: string;
@Index()
@Column('timestamp with time zone', {
comment: 'The created date of the DriveFile.',
})
public createdAt: Date;
@Index()
@Column({
...id(),