We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd3ee8 commit 131ea8cCopy full SHA for 131ea8c
horreum-backend/src/main/resources/db/changeLog.xml
@@ -4850,4 +4850,15 @@
4850
<validCheckSum>ANY</validCheckSum>
4851
<customChange class="io.hyperfoil.tools.horreum.migration.BackfillFingerprintHashChangeSet" />
4852
</changeSet>
4853
+ <changeSet id="133" author="lampajr">
4854
+ <validCheckSum>ANY</validCheckSum>
4855
+ <createIndex tableName="datapoint" indexName="idx_datapoint_variable_timestamp">
4856
+ <column name="variable_id" />
4857
+ <column name="timestamp" descending="true"/>
4858
+ </createIndex>
4859
+ <createIndex tableName="fingerprint" indexName="idx_fingerprint_hash_dataset">
4860
+ <column name="fp_hash" />
4861
+ <column name="dataset_id" />
4862
4863
+ </changeSet>
4864
</databaseChangeLog>
0 commit comments