change field type for date fields

This commit is contained in:
Martin Raifer 2023-01-27 17:15:07 +01:00
parent 9135435b5b
commit 010dd614c8
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
6 changed files with 13 additions and 6 deletions

View file

@ -1,5 +1,5 @@
{
"key": "survey:date",
"type": "text",
"type": "date",
"label": "Last Survey Date"
}