Skip to content

Commit

Permalink
Merge pull request #5106 from NMDSdevopsServiceAdm/fix/indexMigration
Browse files Browse the repository at this point in the history
alter migration to set name of index
  • Loading branch information
Richard-Pentecost authored Jul 20, 2022
2 parents 57e91a3 + 6de5ca9 commit 94801ee
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ module.exports = {
{
fields: ['Username'],
},
{
name: 'worker_audit__username_idx',
},
);
},

Expand All @@ -19,7 +22,7 @@ module.exports = {
tableName: 'WorkerAudit',
schema: 'cqc',
},
'cqc."worker_audit__username"',
'cqc."worker_audit__username_idx"',
);
},
};

0 comments on commit 94801ee

Please sign in to comment.