카테고리 관련 DB 테이블 추가

This commit is contained in:
static
2025-01-13 09:10:56 +09:00
parent 9ab107794a
commit e1262506c4
6 changed files with 244 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
type IntegrityErrorMessages =
// Category
| "Category not found"
// Challenge
| "Challenge already registered"
// Client
@@ -7,6 +9,8 @@ type IntegrityErrorMessages =
// File
| "Directory not found"
| "File not found"
| "File not found in category"
| "File already added to category"
| "Invalid DEK version"
// HSK
| "HSK already registered"