From 166e3f26f1d9a8fc3f31c76c2654c43bc61e19f5 Mon Sep 17 00:00:00 2001 From: Mike Slemmer Date: Tue, 13 Nov 2012 13:14:48 -0800 Subject: [PATCH 1/2] modified manifest --- manifest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest b/manifest index b6acab26a..3754ec206 100644 --- a/manifest +++ b/manifest @@ -9,4 +9,5 @@ instruments.sql musician_access.sql tracks.sql followers.sql -locations.sql \ No newline at end of file +locations.sql +user_authorizations.sql From a56e9e08e7d3144bdb251afb9a4a0e248331396a Mon Sep 17 00:00:00 2001 From: Mike Slemmer Date: Thu, 15 Nov 2012 01:31:18 -0800 Subject: [PATCH 2/2] minor readme change --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4cea71c62..7ca4b55e6 100644 --- a/README.md +++ b/README.md @@ -49,5 +49,11 @@ psql jam > select * from pgmigrate.pg_migrate; + +# If your database is screwed up, do this: +dropdb jam +createdb jam +migrate.sh + END