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 b13bc90 commit c20acfeCopy full SHA for c20acfe
lib/utf8mb4rails.rb
@@ -32,7 +32,7 @@ module Utf8mb4rails
32
column = ENV['COLUMN']
33
runner = Migrator::Runner.new
34
if column
35
- puts 'Migrating #{table}.#{column}'
+ puts "Migrating #{table}.#{column}"
36
runner.migrate_column!(table, column)
37
else
38
puts 'No column specified, will migrate the entire table'
0 commit comments