fix(verification): migration version number

This commit is contained in:
xilesun 2025-04-30 09:34:05 +08:00
parent b98a9a97e8
commit dfc5ec098c

View File

@ -13,7 +13,7 @@ import { SMS_OTP_VERIFICATION_TYPE } from '../../constants';
export default class extends Migration {
on = 'afterLoad'; // 'beforeLoad' or 'afterLoad'
appVersion = '<1.6.1';
appVersion = '<1.7.0';
async up() {
const providers = await this.db.getRepository('verifications_providers').find();