0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-25 12:48:12 +00:00
This commit is contained in:
Víctor Losada Hernández
2026-03-10 22:29:12 +01:00
parent c3b46270cd
commit 99357c3728
2 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ const HomebrewSchema = mongoose.Schema({
description : { type: String, default: '' },
tags : { type: [String], index: true },
systems : [String],
systems : { type: [String], default: undefined },
lang : { type: String, default: 'en', index: true },
renderer : { type: String, default: '', index: true },
authors : { type: [String], index: true },