Ensure db exists when `gdk update`
From #594 (closed)
Even after having all the dependencies,
gdk updatefailed because thegitlabhq_developmentdidn't exist. I had to rungdk run gitaly dbfirst in one window, and thenbundle exec rake dev:setupto seed the database. Perhaps we need to detect the database doesn't exist and reinitialize it.