feat: db column update from settings to properties

This commit is contained in:
Mir Arif Hasan
2023-01-23 20:25:48 +06:00
parent dcadbac4d5
commit bfac3f8ad0
4 changed files with 32 additions and 32 deletions

View File

@@ -15,7 +15,7 @@ export class UserSettings {
@Field({
description: 'Stringified JSON settings object',
})
userSettings: string; // JSON string of the userSettings object (format:[{ key: "background", value: "system" }, ...] ) which will be received from the client
properties: string; // JSON string of the userSettings object (format:[{ key: "background", value: "system" }, ...] ) which will be received from the client
@Field({
description: 'Last updated on',