Skip to content

Commit

Permalink
feat: updated crh reusable version
Browse files Browse the repository at this point in the history
  • Loading branch information
horpeazy committed May 14, 2024
1 parent 9d62431 commit 8cca18e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/cli/src/databases/entities/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ import { ExecutionData } from './ExecutionData';
import { WorkflowHistory } from './WorkflowHistory';
import { ServerIncident } from './ServerIncident';
import { DataRecoveryActivity } from './DataRecoveryActivity';
import { WorkflowTest } from './WorkflowTest';
import { NodeOutput } from './NodeOutput';
import { ResumeWorkflowTimer } from './ResumeWorkflowTimer';
import { SaveRequestLog } from './SaveRequestLog';



export const entities = {
AuthIdentity,
Expand All @@ -45,4 +51,8 @@ export const entities = {
WorkflowHistory,
ServerIncident,
DataRecoveryActivity,
WorkflowTest,
NodeOutput,
ResumeWorkflowTimer,
SaveRequestLog,
};

0 comments on commit 8cca18e

Please sign in to comment.