From: Pierre Habouzit (MadCoder Date: Mon, 7 Feb 2005 09:43:40 +0000 (+0000) Subject: rhoooo X-Git-Tag: xorg/old~307 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=60665be0c259eb30f6012ebe618490dc4daf2fa6;p=platal.git rhoooo git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-453 --- diff --git a/upgrade/0.9.5/40_photo.sql b/upgrade/0.9.5/40_photo.sql index ebb21fb..c37f843 100644 --- a/upgrade/0.9.5/40_photo.sql +++ b/upgrade/0.9.5/40_photo.sql @@ -1 +1,2 @@ -ALTER TABLE photo ADD pub ENUM('purivate', 'public') DEFAULT 'private' NOT NULL; +ALTER TABLE photo ADD column pub ENUM('private', 'public') DEFAULT 'private' NOT NULL; +