mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
569e2444ae
@ -13,7 +13,7 @@ import { SMS_OTP_VERIFICATION_TYPE } from '../../constants';
|
|||||||
|
|
||||||
export default class extends Migration {
|
export default class extends Migration {
|
||||||
on = 'afterLoad'; // 'beforeLoad' or 'afterLoad'
|
on = 'afterLoad'; // 'beforeLoad' or 'afterLoad'
|
||||||
appVersion = '<1.6.1';
|
appVersion = '<1.7.0';
|
||||||
|
|
||||||
async up() {
|
async up() {
|
||||||
const providers = await this.db.getRepository('verifications_providers').find();
|
const providers = await this.db.getRepository('verifications_providers').find();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user