schema: add missing image channel from the default schema
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
d3eee76ce7
commit
3260dbebdb
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ INSERT INTO channels (name) VALUES ('maven');
|
|||
INSERT INTO channels (name) VALUES ('livecd');
|
||||
INSERT INTO channels (name) VALUES ('appliance');
|
||||
INSERT INTO channels (name) VALUES ('vm');
|
||||
INSERT INTO channels (name) VALUES ('image');
|
||||
|
||||
-- Here we track the build machines
|
||||
-- each host has an entry in the users table also
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue