Author: justi9
Date: 2008-03-25 16:23:42 -0400 (Tue, 25 Mar 2008)
New Revision: 1795
Added:
mgmt/bin/reschema
Log:
A quick script to reload the schema; for devel purposes
Added: mgmt/bin/reschema
===================================================================
--- mgmt/bin/reschema (rev 0)
+++ mgmt/bin/reschema 2008-03-25 20:23:42 UTC (rev 1795)
@@ -0,0 +1,5 @@
+#!/bin/bash -ex
+
+cumin-admin drop-schema --force
+cumin-admin create-schema --force
+cumin-admin add-user guest
Property changes on: mgmt/bin/reschema
___________________________________________________________________
Name: svn:executable
+ *
Show replies by date