summaryrefslogtreecommitdiff
path: root/python/qadmin.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qadmin.py')
-rwxr-xr-xpython/qadmin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qadmin.py b/python/qadmin.py
index aed41c56..2949329b 100755
--- a/python/qadmin.py
+++ b/python/qadmin.py
@@ -1129,6 +1129,7 @@ class AdminConsole:
skytools.DBSchema("pgq", sql_file="pgq.sql"),
skytools.DBSchema("pgq_ext", sql_file="pgq_ext.sql"),
skytools.DBSchema("pgq_node", sql_file="pgq_node.sql"),
+ skytools.DBSchema("pgq_coop", sql_file="pgq_coop.sql"),
]
londiste_objs = pgq_objs + [
skytools.DBSchema("londiste", sql_file="londiste.sql"),