-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added female options to titles enum in DB and constants.ts
Signed-off-by: Jan Hendrik Scheufen <j.h.scheufen@gmail.com>
- Loading branch information
1 parent
d7beb6f
commit 1571480
Showing
4 changed files
with
420 additions
and
1 deletion.
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
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,7 @@ | ||
ALTER TYPE "title" ADD VALUE 'mestra';--> statement-breakpoint | ||
ALTER TYPE "title" ADD VALUE 'contra-mestra';--> statement-breakpoint | ||
ALTER TYPE "title" ADD VALUE 'mestranda';--> statement-breakpoint | ||
ALTER TYPE "title" ADD VALUE 'professora';--> statement-breakpoint | ||
ALTER TYPE "title" ADD VALUE 'instrutora';--> statement-breakpoint | ||
ALTER TYPE "title" ADD VALUE 'monitora';--> statement-breakpoint | ||
ALTER TYPE "title" ADD VALUE 'aluna'; |
Oops, something went wrong.