Skip to content
Snippets Groups Projects
Commit 96a40a77 authored by Cam Saul's avatar Cam Saul
Browse files

Add index on field.parent_id :card_index:

[ci mysql] [ci postgres]
parent f638649a
No related merge requests found
......@@ -5262,3 +5262,16 @@ databaseChangeLog:
WHERE dbcl.id = '84'
AND metric.updated_at < dbcl.dateexecuted
)
# Very helpful for performance reasons. See #9519
- changeSet:
id: 101
author: camsaul
comment: 'Added 0.32.0'
changes:
- createIndex:
indexName: idx_field_parent_id
tableName: metabase_field
columns:
- column:
name: parent_id
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment