- npm updates
All checks were successful
CI Pipeline / japa-tests (push) Successful in 50s

- prettier formaing for migration models
This commit is contained in:
Kaimbacher 2023-07-27 14:53:34 +02:00
parent 4714dfdd94
commit 4e97e47fbc
19 changed files with 103 additions and 108 deletions

View file

@ -41,4 +41,3 @@ export default class DatasetTitles extends BaseSchema {
// ON DELETE CASCADE,
// CONSTRAINT dataset_titles_type_check CHECK (type::text = ANY (ARRAY['Main'::character varying::text, 'Sub'::character varying::text, 'Alternative'::character varying::text, 'Translated'::character varying::text, 'Other'::character varying::text]))
// )