timabell / sqlHawk

Database management / migration tooling. Java / JDBC based.
http://timabell.github.com/sqlHawk/
GNU General Public License v3.0
8 stars 4 forks source link

db model not reloaded after scripts run - can cause proc failure #59

Closed timabell closed 12 years ago

timabell commented 12 years ago

if a proc is added during the scripted update, then the the proc update will attempt to re-add it and fail as it already exists

timabell commented 12 years ago

workaround: run apply twice

timabell commented 12 years ago

triggered by workaround for issue #51