Skip to content

Commit

Permalink
Fix incorrect migration version (310)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusbsilva137 committed Oct 11, 2024
1 parent 99c04b1 commit a564b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/server/startup/migrations/v310.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Settings } from '@rocket.chat/models';
import { addMigration } from '../../lib/migrations';

addMigration({
version: 309,
version: 310,
name: 'Update translation key on "Forgot password" e-mail body setting',
async up() {
const forgotPasswordEmail = await Settings.findOneById<Pick<ISetting, 'value'>>('Forgot_Password_Email', { projection: { value: 1 } });
Expand Down

0 comments on commit a564b92

Please sign in to comment.