generated from kir-dev/next-nest-template
-
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.
Added default value to the bandmembership's status attribute (Pending).
- Loading branch information
Danka Marcell
committed
Nov 27, 2024
1 parent
8ea31da
commit 4acb56e
Showing
3 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
apps/backend/prisma/migrations/20241127200839_default_status/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,2 @@ | ||
-- AlterTable | ||
ALTER TABLE "BandMembership" ALTER COLUMN "status" SET DEFAULT 'PENDING'; |
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
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