Author: justi9
Date: 2009-08-31 16:17:35 -0400 (Mon, 31 Aug 2009)
New Revision: 3604
Modified:
mgmt/trunk/mint/bin/mint-database
Log:
Also load the schema on mint-database create
Modified: mgmt/trunk/mint/bin/mint-database
===================================================================
--- mgmt/trunk/mint/bin/mint-database 2009-08-31 19:48:45 UTC (rev 3603)
+++ mgmt/trunk/mint/bin/mint-database 2009-08-31 20:17:35 UTC (rev 3604)
@@ -43,6 +43,7 @@
check-basics
su - postgres -c "createuser --superuser cumin || :"
su - postgres -c "createdb --owner=cumin cumin || :"
+ mint-admin load-schema
echo "The database is created"
;;
destroy)
Show replies by date