Skip to content

Commit

Permalink
Mark the format column as deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Nov 2, 2018
1 parent 25bce17 commit 16728d1
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
Expand Up @@ -42,7 +42,7 @@ def change
"crashes it will immediately pick up on another host in the cluster."

change_column_comment :vms, :flavor_id, "ID of associated flavor."
change_column_comment :vms, :format, "The format of the VM's disk, such as VMDK."
change_column_comment :vms, :format, "The format of the VM's disk, such as VMDK. Deprecated."
change_column_comment :vms, :guid, "A value used to uniquely identify the VM internally."
change_column_comment :vms, :id, "The internal database ID."
change_column_comment :vms, :host_id, "ID of the host that the VM/Template resides on."
Expand Down

0 comments on commit 16728d1

Please sign in to comment.