Skip to content

Commit c2db26b

Browse files
committed
Fixed #234
1 parent 95f89e6 commit c2db26b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

full/schema.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,9 @@ module.exports = {
457457
values: [{
458458
id: "admin",
459459
name: "Administrator"
460+
}, {
461+
id: 0,
462+
name: "Zero"
460463
}, {
461464
id: "moderator",
462465
name: "Moderator"

0 commit comments

Comments
 (0)