Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwn04 committed Dec 31, 2024
1 parent 946856b commit 757ea5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/0017-merge-old-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class MergeOldSchema1598743920351 implements MigrationInterface {
columnNames: ['item'],
referencedColumnNames: ['uuid'],
referencedTableName: 'Merchandise',
name: "OrderItems_item_Merchandise_uuid_fkey",
name: 'OrderItems_item_Merchandise_uuid_fkey',
}));
}

Expand Down

0 comments on commit 757ea5c

Please sign in to comment.