mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
fix: migration
This commit is contained in:
parent
a15a2a9540
commit
b37df3f8e4
@ -17,7 +17,6 @@ import {
|
||||
|
||||
export default class extends Migration {
|
||||
on = 'afterLoad'; // 'beforeLoad' or 'afterLoad'
|
||||
appVersion = '<1.6.0-alpha.7';
|
||||
|
||||
async up() {
|
||||
const repo = this.db.getRepository<UiSchemaRepository>('uiSchemas');
|
||||
|
Loading…
x
Reference in New Issue
Block a user