You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-12-07 23:23:49 +02:00
reverting typeorm, bugfixing gallery errror
This commit is contained in:
@@ -16,11 +16,9 @@ export class DirectoryEntity implements DirectoryDTO {
|
||||
|
||||
@Column('bigint')
|
||||
public lastModified: number;
|
||||
@Column('bigint')
|
||||
public lastScanned: number;
|
||||
|
||||
@Column()
|
||||
public scanned: boolean;
|
||||
@Column({type: "bigint", nullable: true})
|
||||
public lastScanned: number;
|
||||
|
||||
isPartial?: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user