Skip to content

Commit

Permalink
chore(api): add test migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev committed Sep 22, 2024
1 parent e5dfd23 commit 94966f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/api/prisma/migrations/20240922083143_test/migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "UserWalletAccount" ADD COLUMN "foo" TEXT;
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
Warnings:
- You are about to drop the column `foo` on the `UserWalletAccount` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "UserWalletAccount" DROP COLUMN "foo";

0 comments on commit 94966f5

Please sign in to comment.