Skip to content

Commit

Permalink
Merge pull request #139 from jrafanie/add_uss_to_servers_workers
Browse files Browse the repository at this point in the history
Add unique_set_size for servers and workers
(cherry picked from commit 7e36f4e)
  • Loading branch information
Fryguy authored and simaishi committed Dec 1, 2017
1 parent 00ce6e9 commit 01bee34
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class AddUniqueSetSizeToMiqServersMiqWorkers < ActiveRecord::Migration[5.0]
def change
add_column :miq_servers, :unique_set_size, :decimal, :precision => 20, :scale => 0
add_column :miq_workers, :unique_set_size, :decimal, :precision => 20, :scale => 0
end
end

0 comments on commit 01bee34

Please sign in to comment.