From: Tony Mack Date: Fri, 26 Jan 2007 19:11:41 +0000 (+0000) Subject: - defaulted sites.enabled to true X-Git-Tag: pycurl-7_13_1~56 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8d6971759769219f95ab9cd832030812c11b3378;hp=e43eb135483c45435c9d4a50d6dff744fb7aef85;p=plcapi.git - defaulted sites.enabled to true --- diff --git a/planetlab4.sql b/planetlab4.sql index aa66868..088ffce 100644 --- a/planetlab4.sql +++ b/planetlab4.sql @@ -9,7 +9,7 @@ -- -- Copyright (C) 2006 The Trustees of Princeton University -- --- $Id: planetlab4.sql,v 1.63 2007/01/19 17:46:05 tmack Exp $ +-- $Id: planetlab4.sql,v 1.64 2007/01/26 18:55:58 tmack Exp $ -- -------------------------------------------------------------------------------- @@ -78,7 +78,7 @@ CREATE TABLE sites ( login_base text NOT NULL, -- Site slice prefix name text NOT NULL, -- Site name abbreviated_name text NOT NULL, -- Site abbreviated name - enabled boolean NOT NULL Default false, -- Is this site enabled + enabled boolean NOT NULL Default true, -- Is this site enabled deleted boolean NOT NULL DEFAULT false, -- Has been deleted is_public boolean NOT NULL DEFAULT true, -- Shows up in public lists max_slices integer NOT NULL DEFAULT 0, -- Maximum number of slices