Email or username:

Password:

Forgot your password?
Top-level
Eugen Rochko

@vincib Every db:migrate runs all pending migrations, it’s unlikely you somehow missed some except the most recent ones. If you wanna go the hard way you can db:schema:dump and compare the generated db/schema.rb file using git, but I wouldn’t bother doing it unless you have real reasons to believe something is amiss.

1 comment
Benjamin Sonntag-King 🐙

@Gargron ok, thanks a lot for the tips. and thanks for mastodon of course 😎

Go Up