fix: app version

This commit is contained in:
chenos 2024-03-06 18:10:24 +08:00
parent 0ae81f0c2a
commit bccde967cc

View File

@ -2,7 +2,7 @@ import { Migration } from '@nocobase/server';
export default class extends Migration {
on = 'beforeLoad'; // 'beforeLoad' or 'afterLoad'
appVersion = '<0.19.0-alpha.10';
appVersion = '<0.20.0-alpha.6';
async up() {
await this.pm.repository.destroy({