-
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.
* Remove scout wallet address * ci: version bump to 0.92.2-rc-feat-remove-sco.0 * ci: version bump to 0.92.2-rc-feat-remove-sco.1 --------- Co-authored-by: Automated Version Bump <[email protected]>
- Loading branch information
1 parent
d4d5b47
commit 10354ed
Showing
3 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
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
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