Update pterostats-egg.json

Fix PteroStats EGG

Serer Error 500 when uploading due to rules str and "sort" column
This commit is contained in:
Ethan$pl33fan
2024-11-11 21:47:33 +10:00
parent 9c439e0a62
commit 6cab08e260

View File

@@ -39,12 +39,7 @@
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": [
"nullable",
"string",
"max:64"
],
"sort": 1
"rules": "nullable,string,max:64"
}
]
}