Add appearance field to user settings schema for enhanced customization options
All checks were successful
farmcontrol/farmcontrol-api/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-api/pipeline/head This commit looks good
This commit is contained in:
parent
9f5b390771
commit
bbec009337
@ -24,6 +24,7 @@ const userSettingsSchema = new mongoose.Schema({
|
||||
collapseState: { type: Schema.Types.Mixed, default: () => ({}) },
|
||||
},
|
||||
pageLayout: { type: Schema.Types.Mixed, default: () => ({}) },
|
||||
appearance: { type: Schema.Types.Mixed, default: () => ({}) },
|
||||
|
||||
createdAt: {
|
||||
type: Date,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user