From f67c817c22ace6da1a1c4bcaf4e3b78d641872e9 Mon Sep 17 00:00:00 2001 From: Stefan Koegl Date: Fri, 23 Jul 2010 16:27:04 +0200 Subject: [PATCH] update update-35.sql to reflect actually executed query --- install/update-35.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/update-35.sql b/install/update-35.sql index 62a09e82..aa4ff202 100644 --- a/install/update-35.sql +++ b/install/update-35.sql @@ -4,5 +4,5 @@ create index mimetype on episode(mimetype); alter table podcast add column content_types varchar(30); create index content_types on podcast(content_types); -alter table episode change timestamp timestamp datetime not null; +alter table episode change timestamp timestamp datetime null; -- 2.11.4.GIT