Skip to content

Commit

Permalink
Remove unneeded line (Fixes #1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Mar 6, 2018
1 parent 919b031 commit 9e5da1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sequel/extensions/migration.rb
Expand Up @@ -736,7 +736,6 @@ def get_migration_files
def get_migration_tuples
up_mts = []
down_mts = []
ms = Migration.descendants
files.each do |path|
f = File.basename(path)
fi = f.downcase
Expand Down

0 comments on commit 9e5da1a

Please sign in to comment.