Skip to content
Snippets Groups Projects

External IDs

Merged Timm Fitschen requested to merge f-external-ids into dev
Compare and
140 files
+ 2163
1390
Compare changes
  • Side-by-side
  • Inline
Files
140
+ 4
4
#
# This file is a part of the CaosDB Project.
#
# Copyright (C) 2021 Timm Fitsche <t.fitschen@indiscale.com>
# Copyright (C) 2021 IndiScale GmbH <info@indiscale.com>
# Copyright (C) 2021-2023 Timm Fitsche <t.fitschen@indiscale.com>
# Copyright (C) 2021-2023 IndiScale GmbH <info@indiscale.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@@ -22,6 +22,7 @@
# DOMAIN_ID, ENTITY_ID, TRANSACTION, JOB, JOB_FAILURE_SEVERITY
# general rules
0,0,INSERT,GenerateEntityId,ERROR
0,0,INSERT,CheckPropValid,ERROR
0,0,INSERT,CheckParValid,ERROR
0,0,INSERT,CheckParOblPropPresent,ERROR
@@ -30,8 +31,7 @@
0,0,UPDATE,CheckParValid,ERROR
0,0,UPDATE,CheckParOblPropPresent,ERROR
0,0,UPDATE,CheckValueParsable,ERROR
0,0,DELETE,CheckReferenceDependencyExistent,ERROR
0,0,DELETE,CheckChildDependencyExistent,ERROR
0,0,DELETE,CheckDependenciesBeforeDeletion,ERROR
# role specific rules
Loading