Skip to content

Commit 91bd09a

Browse files
committed
2 parents 214a121 + 496f6d5 commit 91bd09a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/java/fr/insee/genesis/infrastructure/document/surveyunit/SurveyUnitDocument.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ public class SurveyUnitDocument {
4141
/**
4242
* @deprecated It will be replaced by collectionInstrumentId
4343
*/
44-
@Deprecated(forRemoval = true, since ="2026-01-01")
44+
@Deprecated(since ="2026-01-01")
45+
@Indexed
4546
private String questionnaireId;
4647

48+
@Indexed
4749
private String collectionInstrumentId;
4850

4951
private String majorModelVersion;

0 commit comments

Comments
 (0)