add missing comma in schema file

This commit is contained in:
Mike McLean 2015-12-15 18:55:03 -05:00
parent d3da1bb50b
commit 4d528dfcd4

View file

@ -515,7 +515,7 @@ CREATE TABLE cg_users (
-- here we track the buildroots on the machines
CREATE TABLE buildroot (
id SERIAL NOT NULL PRIMARY KEY,
br_type INTEGER NOT NULL
br_type INTEGER NOT NULL,
cg_id INTEGER REFERENCES content_generator (id),
cg_version TEXT,
CONSTRAINT cg_sane CHECK (