X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=upgrade%2F0.9.17%2F01_smallint_to_int.sql;h=574d64d4a32a2af08710dca234e27e033aadbe8c;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=d7f3f862c7758b9865d8190a544060f16815e68c;hpb=527ccdb5d9e3a120168331f4aa3070f6c574228e;p=platal.git 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: