Skip to content

Commit bab5afe

Browse files
author
Antoine de Chevigné
committed
fix typo
1 parent 34c8000 commit bab5afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/migrations/20250827090155-remove-orbit-id-in-withdrawals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
const transaction = await queryInterface.sequelize.transaction();
2828
try {
2929
await queryInterface.removeColumn('orbit_withdrawals', 'workspaceId', { transaction });
30-
await queryInterface.addColumn('orbit_withdrawals', 'orbiCthainConfigId', {
30+
await queryInterface.addColumn('orbit_withdrawals', 'orbitChainConfigId', {
3131
type: Sequelize.INTEGER,
3232
allowNull: true,
3333
references: {

0 commit comments

Comments
 (0)