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