diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/install.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/install.sql b/db/install.sql index 3e8ebf50..f1c0d098 100644 --- a/db/install.sql +++ b/db/install.sql @@ -112,7 +112,7 @@ CREATE TABLE IF NOT EXISTS `Groups` ( INSERT INTO `Groups` (`Name`, `UID`) VALUES ('6-Developer', -7), -('5-Erzengel', -6), +('5-Bürokrat', -6), ('4-Team Coordinator', -5), ('3-Shift Coordinator', -4), ('Shirt-Manager', -3), |