mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-03 20:58:01 +08:00
fix(collection-manager): version.satisfies <= 0.8.0-alpha.14
This commit is contained in:
parent
57ca33d231
commit
a7960422c5
@ -2,7 +2,7 @@ import { Migration } from '@nocobase/server';
|
||||
|
||||
export default class extends Migration {
|
||||
async up() {
|
||||
const result = await this.app.version.satisfies('<=0.8.0-alpha.13');
|
||||
const result = await this.app.version.satisfies('<=0.8.0-alpha.14');
|
||||
if (!result) {
|
||||
return;
|
||||
}
|
Loading…
Reference in New Issue
Block a user