more renaming

This commit is contained in:
Mike McLean 2017-03-24 21:33:55 -04:00
parent c86b5c3ac0
commit 8346a60976
7 changed files with 23 additions and 22 deletions

View file

@ -411,7 +411,7 @@ CREATE TABLE repo (
create_event INTEGER NOT NULL REFERENCES events(id) DEFAULT get_event(),
tag_id INTEGER NOT NULL REFERENCES tag(id),
state INTEGER,
signed BOOLEAN DEFAULT 'false'
dist BOOLEAN DEFAULT 'false'
) WITHOUT OIDS;
-- external yum repos