Skip to content

Commit

Permalink
Switch change to up since it's not reversible.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berger committed Nov 5, 2018
1 parent 16728d1 commit a124537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20181025230931_add_comments_to_vms_table.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class AddCommentsToVmsTable < ActiveRecord::Migration[5.0]
def change
def up
change_table_comment :vms, "Virtual Machines and Templates"

change_column_comment :vms, :autostart, "Indicates whether or not the VM is set to autostart."
Expand Down

0 comments on commit a124537

Please sign in to comment.