Skip to content

Commit

Permalink
manual enact of migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-woof-software committed Jul 1, 2024
1 parent bfcc1e2 commit e7419e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default migration('1718972942_add_rseth_collateral', {
},

async enacted(deploymentManager: DeploymentManager): Promise<boolean> {
return false;
return true;
},

async verify(deploymentManager: DeploymentManager) {
Expand Down

0 comments on commit e7419e2

Please sign in to comment.