Skip to content

Commit

Permalink
Enable project workflow history migration
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Jun 22, 2024
1 parent 4741be4 commit d7fc918
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@ import { ModuleRef } from '@nestjs/core';
import { node, relation } from 'cypher-query-builder';
import { chunk } from 'lodash';
import { DateTime } from 'luxon';
import { Disabled, ID } from '~/common';
import { ID } from '~/common';
import { BaseMigration, Migration } from '~/core/database';
import { ACTIVE, variable } from '~/core/database/query';
import { SystemAgentRepository } from '../../../user/system-agent.repository';
import { Project, ProjectStep, ProjectType } from '../../dto';
import { ProjectWorkflowRepository } from '../project-workflow.repository';
import { ProjectWorkflowService } from '../project-workflow.service';

@Disabled('Until we confirm transitions with product')(
Migration('2024-06-07T18:00:02'),
)
@Migration('2024-06-22T09:00:00')
export class StepHistoryToWorkflowEventsMigration extends BaseMigration {
constructor(
private readonly agents: SystemAgentRepository,
Expand Down

0 comments on commit d7fc918

Please sign in to comment.