Dataloader für BenutzerGruppen und BenutzerRollen hinzugefügt

This commit is contained in:
Peter Schiwy
2024-12-02 23:44:47 +01:00
parent f410791d4b
commit bfce29c8ee
17 changed files with 419 additions and 84 deletions

View File

@@ -0,0 +1,2 @@
-- Add down migration script here
DROP TYPE gruppen_herkunft;;

View File

@@ -0,0 +1,5 @@
CREATE TYPE gruppen_herkunft AS ENUM (
'direkt',
'indirekt',
'beides'
);