Skip to content

Commit

Permalink
Merge pull request #459 from borod108/add_format_and_thin_simplified
Browse files Browse the repository at this point in the history
Add "thin" and "format" columns to disk
  • Loading branch information
agrare committed Feb 19, 2020
2 parents 58db5c8 + 71d3cb2 commit 4b77eb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions db/migrate/20200219125312_add_thin_and_format_to_disk.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class AddThinAndFormatToDisk < ActiveRecord::Migration[5.1]
def change
add_column :disks, :thin, :boolean
add_column :disks, :format, :string
end
end

0 comments on commit 4b77eb0

Please sign in to comment.