Skip to content

Commit

Permalink
Merge pull request #650 from jberkus/master
Browse files Browse the repository at this point in the history
Bugfixes based on 13.0 test.
  • Loading branch information
Josh Berkus committed Jun 14, 2012
2 parents b221cb1 + 9d53c4f commit c8a3377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sql/upgrade/13.0/add_release.sql
Expand Up @@ -63,6 +63,7 @@ EXCEPTION
RETURN FALSE;
ELSE
RAISE EXCEPTION 'the release you have entered is already present in he database';
END IF;
END;$f$;


Expand Down
2 changes: 1 addition & 1 deletion sql/upgrade/13.0/upgrade.sh
Expand Up @@ -11,7 +11,7 @@ VERSION=13.0
echo '*********************************************************'
echo 'replace processor monitoring view for ganglia'
echo 'bug 764468'
psql -f ${CURDIR}/processor_monitoring.sql $DBNAME
psql -f ${CURDIR}/processor_monitoring_views.sql $DBNAME

echo '*********************************************************'
echo 'modify add_new_release to better support ftpscraper'
Expand Down

0 comments on commit c8a3377

Please sign in to comment.