From: x2003bruneau Date: Fri, 11 Aug 2006 23:29:39 +0000 (+0000) Subject: Date column should be of DATE type... X-Git-Tag: xorg/0.9.11~110 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=343fce72840fc79d4399cc4d74cfa4487663278c;p=platal.git Date column should be of DATE type... git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@805 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/upgrade/0.9.11/08_skins.sql b/upgrade/0.9.11/08_skins.sql index e43dc3c..6892cba 100644 --- a/upgrade/0.9.11/08_skins.sql +++ b/upgrade/0.9.11/08_skins.sql @@ -1,3 +1,4 @@ +alter table skins change date date date not null default 0; INSERT INTO skins (id, name, date, comment, auteur, skin_tpl, ext) VALUES (13, 'Keynote', '2006-08-09', 'Skin inspirée d\'un thème de Keynote', 'Florent Bruneau', 'keynote.tpl', 'png');