add the maven_support flag to tag_config

This commit is contained in:
Mike Bonnet 2007-09-26 15:07:44 -04:00 committed by Mike Bonnet
parent 124fad90f0
commit 22662c32f6
6 changed files with 48 additions and 39 deletions

View file

@ -339,6 +339,7 @@ CREATE TABLE tag_config (
arches TEXT,
perm_id INTEGER REFERENCES permissions(id),
locked BOOLEAN NOT NULL DEFAULT 'false',
maven_support BOOLEAN NOT NULL DEFAULT FALSE,
-- versioned - see desc above
create_event INTEGER NOT NULL REFERENCES events(id) DEFAULT get_event(),
revoke_event INTEGER REFERENCES events(id),