*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 14 Mar 2007 22:33:24 +0000 (22:33 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 14 Mar 2007 22:33:24 +0000 (22:33 +0000)
mmsoftware/mmmail/scripts/pgsql-recycle.sh [new file with mode: 0755]
mmsoftware/mmmail/scripts/pgsql-tables.sql

diff --git a/mmsoftware/mmmail/scripts/pgsql-recycle.sh b/mmsoftware/mmmail/scripts/pgsql-recycle.sh
new file mode 100755 (executable)
index 0000000..e06690d
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+#
+# $Id: pgsql-recycle.sh,v 1.1.2.1 2007/03/14 22:33:24 mmondor Exp $
+
+dropdb mmmail
+createdb -E iso8859-1 mmmail
+psql -d mmmail <pgsql-tables.sql
index e5b6d28..d7dd7c8 100644 (file)
@@ -1,3 +1,5 @@
+--- $Id: pgsql-tables.sql,v 1.1.2.5 2007/03/14 22:32:38 mmondor Exp $
+
 BEGIN;