Sha256: a2bf99d9fe7af43ba75769513c1407f51d48767cf0904df548e730361eb12ecb

Contents?: true

Size: 223 Bytes

Versions: 14

Compression:

Stored size: 223 Bytes

Contents

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 db/migrate/20131223215615_goodbye_order_view.rb
artfully_ose-1.3.0.pre3 db/migrate/20131223215615_goodbye_order_view.rb
artfully_ose-1.3.0.pre2 db/migrate/20131223215615_goodbye_order_view.rb
artfully_ose-1.3.0.pre1 db/migrate/20131223215615_goodbye_order_view.rb
artfully_ose-1.2.0 db/migrate/20131223215615_goodbye_order_view.rb
artfully_ose-1.2.0.beta.1 db/migrate/20131223215615_goodbye_order_view.rb
artfully_ose-1.2.0.alpha.2 db/migrate/20131223215615_goodbye_order_view.rb
artfully_ose-1.2.0.alpha.1 db/migrate/20131223215615_goodbye_order_view.rb
artfully_ose-1.2.0.pre.27 db/migrate/20131223215615_goodbye_order_view.rb
artfully_ose-1.2.0.pre.26 db/migrate/20131223215615_goodbye_order_view.rb
artfully_ose-1.2.0.pre.24 db/migrate/20131223215615_goodbye_order_view.rb
artfully_ose-1.2.0.pre.23 db/migrate/20131223215615_goodbye_order_view.rb
artfully_ose-1.2.0.pre.21 db/migrate/20131223215615_goodbye_order_view.rb
artfully_ose-1.2.0.pre.20 db/migrate/20131223215615_goodbye_order_view.rb