Dataloader für BenutzerGruppen und BenutzerRollen hinzugefügt
This commit is contained in:
2
migrations/20241202221730_liegenschften.down.sql
Normal file
2
migrations/20241202221730_liegenschften.down.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Add down migration script here
|
||||
DROP TYPE gruppen_herkunft;;
|
||||
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