X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab5.sql;fp=planetlab5.sql;h=4083039a1968b32a76ef5db502f4060b2bd57af6;hb=0c28b6c095054293cc35c75a7a601486a4c249ff;hp=6ac84c57cffa97cec27795c2838464b331574629;hpb=641a829a3412936f80849d2bb43af54c4480d197;p=plcapi.git diff --git a/planetlab5.sql b/planetlab5.sql index 6ac84c5..4083039 100644 --- a/planetlab5.sql +++ b/planetlab5.sql @@ -69,6 +69,8 @@ CREATE TABLE tag_types ( tag_type_id serial PRIMARY KEY, -- ID tagname text UNIQUE NOT NULL, -- Tag Name description text, -- Optional Description +-- this is deprecated -- see migrations/104* +-- starting with subversion 104, a tag type has a SET OF roles attached to it min_role_id integer REFERENCES roles DEFAULT 10, -- set minimal role required category text NOT NULL DEFAULT 'general' -- Free text for grouping tags together ) WITH OIDS;