[#199] Missing schema changes when user has no permissions on DB

This fixes many glitches with the schema deployment:
- silently ignoring real failure modes such as user not having
correct permissions on the DB
- a couple of broken upgrade steps
- adds --reset so schema can be fully redeployed
This commit is contained in:
Oliver Gorwits
2015-02-04 21:43:44 +00:00
parent fe612df578
commit e99f5ee410
8 changed files with 78 additions and 11 deletions

View File

@@ -1,3 +1,9 @@
2.031003 - 2015-02-04
[BUG FIXES]
* [#199] Missing schema changes when user has no permissions on DB
2.031002 - 2015-02-04
[BUG FIXES]