fix: app version
This commit is contained in:
parent
0ae81f0c2a
commit
bccde967cc
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user