mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
Increasing possible media count per folder fixes #559
This commit is contained in:
parent
868d812041
commit
277f50efc4
@ -61,7 +61,7 @@ export class DirectoryEntity
|
|||||||
|
|
||||||
isPartial?: boolean;
|
isPartial?: boolean;
|
||||||
|
|
||||||
@Column('smallint', { unsigned: true })
|
@Column('mediumint', { unsigned: true })
|
||||||
mediaCount: number;
|
mediaCount: number;
|
||||||
|
|
||||||
@Index()
|
@Index()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/**
|
/**
|
||||||
* This version indicates that the SQL sql/entities/*Entity.ts files got changed and the db needs to be recreated
|
* This version indicates that the SQL sql/entities/*Entity.ts files got changed and the db needs to be recreated
|
||||||
*/
|
*/
|
||||||
export const DataStructureVersion = 27;
|
export const DataStructureVersion = 28;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user