Skip to content

Commit

Permalink
Create database schema of recruitment system
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias-a committed Oct 11, 2023
1 parent c2d800e commit 66fd5c7
Show file tree
Hide file tree
Showing 3 changed files with 688 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"ms-python.vscode-pylance",
"editorconfig.editorconfig",
"yzhang.markdown-all-in-one",
"visualstudioexptteam.vscodeintellicode"
"visualstudioexptteam.vscodeintellicode",
"hediet.vscode-drawio"
]
}
1 change: 1 addition & 0 deletions backend/database/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*
!.gitignore
!README.md
!recruitment_schema.drawio
Loading

0 comments on commit 66fd5c7

Please sign in to comment.