Skip to content

Commit

Permalink
[#3934] Add createdDateTime on QuestionAnswerStore index
Browse files Browse the repository at this point in the history
  • Loading branch information
zuhdil committed Nov 16, 2022
1 parent ac20926 commit ad99125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GAE/war/WEB-INF/datastore-indexes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
<property name="questionID" direction="asc"/>
<property name="surveyInstanceId" direction="asc"/>
<property name="value" direction="asc"/>
<property name="createdDateTime" direction="asc"/>
</datastore-index>

<datastore-index kind="Question" ancestor="false" source="manual">
Expand Down

0 comments on commit ad99125

Please sign in to comment.