-
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.
* drop scout.username * ci: version bump to 0.91.1-rc-drop-username.0 * ci: version bump to 0.92.1-rc-drop-username.0 --------- Co-authored-by: Automated Version Bump <[email protected]> Co-authored-by: Safwan Shaheer <[email protected]>
- Loading branch information
1 parent
13dabd5
commit a3389b8
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
10 changes: 10 additions & 0 deletions
10
src/prisma/migrations/20241029224614_remove_scout_username/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,10 @@ | ||
/* | ||
Warnings: | ||
- You are about to drop the column `username` on the `Scout` table. All the data in the column will be lost. | ||
- Made the column `path` on table `Scout` required. This step will fail if there are existing NULL values in that column. | ||
*/ | ||
-- AlterTable | ||
ALTER TABLE "Scout" DROP COLUMN "username", | ||
ALTER COLUMN "path" SET NOT NULL; |
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