mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 23:18:48 +00:00
카테고리 관련 DB 테이블 추가
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user