Skip to content

Commit

Permalink
Merge pull request #3546 from OriginTrail/fix/migration-responses
Browse files Browse the repository at this point in the history
fix down migration
  • Loading branch information
Mihajlo-Pavlovic authored Dec 19, 2024
2 parents 03e3166 + c6d1686 commit 7ac674a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function down({ context: { queryInterface, Sequelize } }) {
type: Sequelize.STRING,
allowNull: false,
});
await queryInterface.addColumn('publish_response', 'dataset_root', {
await queryInterface.addColumn('get_response', 'dataset_root', {
type: Sequelize.STRING,
allowNull: false,
});
Expand Down

0 comments on commit 7ac674a

Please sign in to comment.