fix(migration): fix path (#1496)
Reviewed-on: daoyoucloud/tachybase#1496
This commit is contained in:
parent
e11da78904
commit
7e54a45841
@ -1,4 +1,4 @@
|
||||
import { Migration } from '../../../../../../core/server/src/migration';
|
||||
import { Migration } from '@tachybase/server';
|
||||
|
||||
export default class extends Migration {
|
||||
on = 'beforeLoad'; // 'beforeLoad' or 'afterLoad'
|
||||
|
Loading…
Reference in New Issue
Block a user