Rename pipeline schema (#184)

This commit is contained in:
Charles Bochet
2023-06-02 12:39:58 +02:00
committed by GitHub
parent 0609994477
commit f23bbb9a68
132 changed files with 2825 additions and 138 deletions

View File

@ -76,7 +76,7 @@ export const seedPipelines = async (prisma: PrismaClient) => {
},
});
await prisma.pipelineAssociation.upsert({
await prisma.pipelineProgress.upsert({
where: { id: 'twenty-fe256b39-3ec3-4fe7-8998-b76aa0bfb600' },
update: {},
create: {
@ -112,7 +112,7 @@ export const seedPipelines = async (prisma: PrismaClient) => {
},
});
await prisma.pipelineAssociation.upsert({
await prisma.pipelineProgress.upsert({
where: { id: 'twenty-fe256b39-3ec3-4fe7-8998-b76aa0bfb600' },
update: {},
create: {
@ -200,7 +200,7 @@ export const seedPipelines = async (prisma: PrismaClient) => {
},
});
await prisma.pipelineAssociation.upsert({
await prisma.pipelineProgress.upsert({
where: { id: 'twenty-dev-fe256b39-3ec3-4fe7-8998-b76aa0bfb600' },
update: {},
create: {