diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-12-17 16:25:54 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-12-17 16:25:54 +0100 |
commit | 10b4f94e5bdd4bfe1877ad06dfdf2237e4228ab5 (patch) | |
tree | 5bdbaba3066f9679c22a53dccf809a40121595e8 /db/update.sql | |
parent | 61d61848a414dd266f7765fd89b35ce7b07a4e53 (diff) |
#29 list of currently unemployed angels
Diffstat (limited to 'db/update.sql')
-rw-r--r-- | db/update.sql | 5 |
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 |