summaryrefslogtreecommitdiff
path: root/db/update.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/update.sql')
-rw-r--r--db/update.sql5
1 files changed, 4 insertions, 1 deletions
diff --git a/db/update.sql b/db/update.sql
index 918f2005..994e285d 100644
--- a/db/update.sql
+++ b/db/update.sql
@@ -9,4 +9,7 @@ INSERT INTO `Privileges` (
)
VALUES (
NULL , 'ical', 'iCal shift export'
-); \ No newline at end of file
+);
+
+/* DECT Nummern können für GSM auch 5-stellig sein. */
+ALTER TABLE `User` CHANGE `DECT` `DECT` VARCHAR( 5 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL; \ No newline at end of file