fix: migration

This commit is contained in:
xilesun 2024-12-23 22:27:00 +08:00
parent a15a2a9540
commit b37df3f8e4

View File

@ -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');