From: Florent Bruneau Date: Sat, 12 Jul 2008 16:54:42 +0000 (+0200) Subject: Useless commit. X-Git-Tag: xorg/0.9.17~38 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=514f0c2e2f8ca0bc1ea864b9f5ed8fe5846b9fc4;p=platal.git Useless commit. Signed-off-by: Florent Bruneau --- diff --git a/upgrade/0.9.17/01_smallint_to_int.sql b/upgrade/0.9.17/01_smallint_to_int.sql index d7f3f86..574d64d 100644 --- a/upgrade/0.9.17/01_smallint_to_int.sql +++ b/upgrade/0.9.17/01_smallint_to_int.sql @@ -36,4 +36,4 @@ ALTER TABLE tels MODIFY COLUMN uid INT NOT NULL DEFAULT ALTER TABLE user_changes MODIFY COLUMN user_id INT NOT NULL DEFAULT 0; ALTER TABLE watch_profile MODIFY COLUMN uid INT NOT NULL; -# vim:set syntax=sql: +# vim:set syntax=mysql: