Skip to content

Commit

Permalink
fix: migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
kilted-andres committed Aug 12, 2024
1 parent 21a96db commit 2cd7cc4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrations/20240807132131-dropAttestations.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
'Attestations_cTypeId_fkey',
);

await queryInterface.dropTable('Attestation');
await queryInterface.dropTable('Attestations');
},

async down(queryInterface, Sequelize) {
Expand Down

0 comments on commit 2cd7cc4

Please sign in to comment.