-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4d5b47
commit 22a9db2
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
src/prisma/migrations/20241030154007_remove_scout_wallet_address/migration.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* | ||
Warnings: | ||
- You are about to drop the column `walletAddress` on the `Scout` table. All the data in the column will be lost. | ||
*/ | ||
-- DropIndex | ||
DROP INDEX "Scout_walletAddress_idx"; | ||
|
||
-- AlterTable | ||
ALTER TABLE "Scout" DROP COLUMN "walletAddress"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters