Skip to content

Commit

Permalink
Merge pull request #266 from carbonin/add_migrations_ran_column_to_mi…
Browse files Browse the repository at this point in the history
…q_regions

Add a "migrations_ran" column to miq_regions
  • Loading branch information
bdunne authored Sep 18, 2018
2 parents eda9ff5 + 56c37bc commit 8aa97da
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddMigrationsRanToMiqRegions < ActiveRecord::Migration[5.0]
def change
add_column :miq_regions, :migrations_ran, :string, :array => true
end
end

0 comments on commit 8aa97da

Please sign in to comment.