diff --git a/docs/schema.sql b/docs/schema.sql index 3582b876..aad24a9c 100644 --- a/docs/schema.sql +++ b/docs/schema.sql @@ -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