Disable broadcasting migration events and bump version
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import {Migration} from '../Migration'
|
||||
import {BaseEvent} from '../../../support/bus'
|
||||
import {Awaitable} from '../../../util'
|
||||
|
||||
/**
|
||||
* Generic base-class for migration-related events.
|
||||
@@ -10,4 +11,8 @@ export abstract class MigrationEvent extends BaseEvent {
|
||||
) {
|
||||
super()
|
||||
}
|
||||
|
||||
shouldBroadcast(): Awaitable<boolean> {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user