Sha256: 8936e96e1c2c8c4e99247b9206710a470e68d53a77ba98d9b4e64f41caea3c86

Contents?: true

Size: 236 Bytes

Versions: 11

Compression:

Stored size: 236 Bytes

Contents

class RemoveShowStatsView < ActiveRecord::Migration
  def change
    ActiveRecord::Base.connection.execute "DROP TABLE IF EXISTS show_stats_view"
    ActiveRecord::Base.connection.execute "DROP VIEW IF EXISTS show_stats_view"
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 db/migrate/20140515143651_remove_show_stats_view.rb
artfully_ose-1.3.0.pre3 db/migrate/20140515143651_remove_show_stats_view.rb
artfully_ose-1.3.0.pre2 db/migrate/20140515143651_remove_show_stats_view.rb
artfully_ose-1.3.0.pre1 db/migrate/20140515143651_remove_show_stats_view.rb
artfully_ose-1.2.0 db/migrate/20140515143651_remove_show_stats_view.rb
artfully_ose-1.2.0.beta.1 db/migrate/20140515143651_remove_show_stats_view.rb
artfully_ose-1.2.0.alpha.2 db/migrate/20140515143651_remove_show_stats_view.rb
artfully_ose-1.2.0.alpha.1 db/migrate/20140515143651_remove_show_stats_view.rb
artfully_ose-1.2.0.pre.27 db/migrate/20140515143651_remove_show_stats_view.rb
artfully_ose-1.2.0.pre.26 db/migrate/20140515143651_remove_show_stats_view.rb
artfully_ose-1.2.0.pre.24 db/migrate/20140515143651_remove_show_stats_view.rb