- import all enums for database migrations (check constraints)
All checks were successful
CI Pipeline / japa-tests (push) Successful in 55s
All checks were successful
CI Pipeline / japa-tests (push) Successful in 55s
- npm updates
This commit is contained in:
parent
6fa22aad9b
commit
3ea2e8ca94
7 changed files with 212 additions and 76 deletions
|
@ -99,7 +99,7 @@ export default class CreateDatasetValidator {
|
|||
files: schema.array([rules.minLength(1)]).members(
|
||||
schema.file({
|
||||
size: '100mb',
|
||||
extnames: ['jpg', 'gif', 'png', 'tif'],
|
||||
extnames: ['jpg', 'gif', 'png', 'tif', 'pdf'],
|
||||
}),
|
||||
),
|
||||
// upload: schema.object().members({
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue