Skip to content

Commit

Permalink
fix(dashboard): wrong Prisma migration
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Jun 13, 2023
1 parent 1a63dc7 commit 2553294
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/large-pets-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lagon/dashboard': patch
---

Fix wrong Prisma migration file
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ UPDATE
GROUP BY
deploymentId) AS res SET deployment.assets = res.assets
WHERE
deployment.id = res.deploymentId
deployment.id = res.deploymentId;

-- DropTable
DROP TABLE `Asset`;

0 comments on commit 2553294

Please sign in to comment.