mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 11:12:20 +08:00
fix(tree): migration version
This commit is contained in:
parent
6caaaf3303
commit
a60c36bcca
@ -14,7 +14,7 @@ import lodash from 'lodash';
|
|||||||
|
|
||||||
export default class extends Migration {
|
export default class extends Migration {
|
||||||
on = 'afterLoad'; // 'beforeLoad' or 'afterLoad'
|
on = 'afterLoad'; // 'beforeLoad' or 'afterLoad'
|
||||||
appVersion = '<=1.3.0-alpha';
|
appVersion = '<=1.3.0-beta';
|
||||||
|
|
||||||
async up() {
|
async up() {
|
||||||
await this.db.sequelize.transaction(async (transaction) => {
|
await this.db.sequelize.transaction(async (transaction) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user