From 84c2ade3323688dad959da13eae704e2fda1d3ef Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Mon, 29 Jul 2013 11:20:24 +1000 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17e0d7a..bfd0e40 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,10 @@ A set of CI tools. worker_server.py is a worker server that loads and runs task_plugins. Each task_plugin is a gearman worker that implements, handles and executes a -job. \ No newline at end of file +job. + +plugins +------- + +**gate_real_db_upgrade**: +Runs the db_sync migrations on each dataset available in the datasets subdir. \ No newline at end of file