Skip to content

Commit

Permalink
Fixed a syntax error - :string is not required for remove_column migr…
Browse files Browse the repository at this point in the history
…ation commands
  • Loading branch information
brzaik committed Dec 21, 2013
1 parent c037e52 commit 9a7191d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class AddUpdatesToConcertoHardwarePlayers < ActiveRecord::Migration
def change
remove_column :concerto_hardware_players, :secret, :string
remove_column :concerto_hardware_players, :secret
add_column :concerto_hardware_players, :screen_on_off, :string
end
end

0 comments on commit 9a7191d

Please sign in to comment.