Files
twenty/server/src/workspace/workspace-migration-runner/events/workspace-migration-events.ts
T
Jérémy M dd125ddfcc feat: add memory cache to boost performance (#2620)
* feat: add memory cache to boost performance

* fix: tests

* fix: logging

* fix: missing commented stuff
2023-11-21 18:29:31 +01:00

4 lines
94 B
TypeScript

export enum WorkspaceMigrationEvents {
MigrationApplied = '@workspace/migration-applied',
}