[PATCH 1/4] schema: add missing image channel from the default schema

Dennis Gilmore dennis at ausil.us
Sat Jun 6 20:05:16 UTC 2015


Signed-off-by: Dennis Gilmore <dennis at ausil.us>
---
 docs/schema.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/schema.sql b/docs/schema.sql
index 3582b87..aad24a9 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
-- 
2.4.2



More information about the koji-devel mailing list