Skip to content

Commit

Permalink
removed some indexes #1604
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Jul 16, 2024
1 parent 2137c90 commit 8665774
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions forms/reefWatch/Underwater weeding survey.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
{
"dataType": "text",
"name": "supervisor",
"indexName": "supervisor",
"description": "",
"validate": "required"
},
Expand All @@ -36,14 +35,12 @@
{
"dataType": "number",
"name": "divers",
"indexName": "divers",
"description": "",
"validate": "required, min[1], integer"
},
{
"dataType": "number",
"name": "diversWeedingFirstTime",
"indexName": "diversWeedingFirstTime",
"description": "",
"validate": "integer"
},
Expand All @@ -65,21 +62,18 @@
"dataType": "text",
"description": "",
"name": "areaWeeded",
"indexName": "areaWeeded",
"validate": "required"
},
{
"dataType": "text",
"description": "",
"name": "anythingElseRemoved",
"indexName": "anythingElseRemoved",
"validate": "required"
},
{
"dataType": "text",
"description": "",
"name": "depthRange",
"indexName": "depthRange",
"validate": "required"
},
{
Expand Down Expand Up @@ -126,7 +120,6 @@
{
"dataType": "text",
"name": "length",
"indexName": "length",
"description": ""
},
{
Expand All @@ -147,7 +140,6 @@
{
"dataType": "text",
"name": "length",
"indexName": "length",
"description": ""
},
{
Expand All @@ -163,7 +155,6 @@
{
"dataType": "number",
"name": "numberPeopleThatAsked",
"indexName": "numberPeopleThatAsked",
"description": "",
"validate": "integer"
}
Expand Down

0 comments on commit 8665774

Please sign in to comment.