# File lib/data_migrate/database_tasks.rb, line 57 def self.sort_string(migration) "#{migration[:version]}_#{migration[:kind] == :data ? 1 : 0}" end