Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sabineschaller committed Aug 16, 2024
1 parent 56aba1e commit 83664de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports.up = async function (knex) {
GROUP BY "walletAddressId", kid, x
) subquery
);
`);
`)

return knex.schema.alterTable('walletAddressKeys', (table) => {
table.unique(['walletAddressId', 'kid', 'x'])
Expand Down

0 comments on commit 83664de

Please sign in to comment.