Dataloader für BenutzerGruppen und BenutzerRollen hinzugefügt
This commit is contained in:
5
migrations/20241202221730_liegenschften.up.sql
Normal file
5
migrations/20241202221730_liegenschften.up.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TYPE gruppen_herkunft AS ENUM (
|
||||
'direkt',
|
||||
'indirekt',
|
||||
'beides'
|
||||
);
|
||||
Reference in New Issue
Block a user