- 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
|
@ -101,3 +101,12 @@ export enum RelationTypes {
|
|||
Compiles = 'Compiles',
|
||||
IsVariantFormOf = 'IsVariantFormOf',
|
||||
}
|
||||
|
||||
export enum IdentifierTypes {
|
||||
doi = 'doi',
|
||||
handle = 'handle',
|
||||
isbn = 'isbn',
|
||||
issn = 'issn',
|
||||
url = 'url',
|
||||
urn = 'urn',
|
||||
}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue