We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d55843 commit 7dcc4deCopy full SHA for 7dcc4de
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- rails_async_migrations (1.0.3)
+ rails_async_migrations (1.0.4)
5
6
GEM
7
remote: https://rubygems.org/
lib/rails_async_migrations/migration/fire_migration.rb
@@ -34,7 +34,7 @@ def run_migration
34
def done?
35
if migration.state == 'done'
36
Tracer.new.verbose "Migration #{migration.id} is already `done`, cancelling fire"
37
- return
+ return true
38
end
39
40
lib/rails_async_migrations/version.rb
@@ -1,3 +1,3 @@
module RailsAsyncMigrations
- VERSION = "1.0.3"
+ VERSION = "1.0.4"
0 commit comments