mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix(verification): migration version number
This commit is contained in:
parent
b98a9a97e8
commit
dfc5ec098c
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user