mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adjustments on achievements
This commit is contained in:
parent
22fc95ff53
commit
bb65d77fc6
4 changed files with 66 additions and 56 deletions
|
|
@ -12,8 +12,8 @@ export class GameAchievement {
|
|||
shop: string;
|
||||
|
||||
@Column("text", { nullable: true })
|
||||
unlockedAchievements: string;
|
||||
unlockedAchievements: string | null;
|
||||
|
||||
@Column("text", { nullable: true })
|
||||
achievements: string;
|
||||
achievements: string | null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue