summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-12-17 16:25:54 +0100
committerPhilip Häusler <msquare@notrademark.de>2011-12-17 16:25:54 +0100
commit10b4f94e5bdd4bfe1877ad06dfdf2237e4228ab5 (patch)
tree5bdbaba3066f9679c22a53dccf809a40121595e8 /db
parent61d61848a414dd266f7765fd89b35ce7b07a4e53 (diff)
#29 list of currently unemployed angels
Diffstat (limited to 'db')
-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