Sha256: 65449d3df6163aa0596f5f041d1caa553983fa4b498202bc08e9e4106f1b7ffd

Contents?: true

Size: 360 Bytes

Versions: 14

Compression:

Stored size: 360 Bytes

Contents

class DropThinkFeelDoDashboardModerators < ActiveRecord::Migration
  def change
    if ActiveRecord::Base.connection.table_exists?("think_feel_do_dashboard_moderators")
      drop_table :think_feel_do_dashboard_moderators do |t|
        t.integer :group_id, null: false
        t.integer :user_id, null: false

        t.timestamps
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
think_feel_do_dashboard-1.2.1 db/migrate/20150213215118_drop_think_feel_do_dashboard_moderators.rb
think_feel_do_dashboard-1.2.0.beta1 db/migrate/20150213215118_drop_think_feel_do_dashboard_moderators.rb
think_feel_do_dashboard-1.1.21 db/migrate/20150213215118_drop_think_feel_do_dashboard_moderators.rb
think_feel_do_dashboard-1.1.20 db/migrate/20150213215118_drop_think_feel_do_dashboard_moderators.rb
think_feel_do_dashboard-1.1.19 db/migrate/20150213215118_drop_think_feel_do_dashboard_moderators.rb
think_feel_do_dashboard-1.1.18 db/migrate/20150213215118_drop_think_feel_do_dashboard_moderators.rb
think_feel_do_dashboard-1.1.17 db/migrate/20150213215118_drop_think_feel_do_dashboard_moderators.rb
think_feel_do_dashboard-1.1.16 db/migrate/20150213215118_drop_think_feel_do_dashboard_moderators.rb
think_feel_do_dashboard-1.1.15 db/migrate/20150213215118_drop_think_feel_do_dashboard_moderators.rb
think_feel_do_dashboard-1.1.14 db/migrate/20150213215118_drop_think_feel_do_dashboard_moderators.rb
think_feel_do_dashboard-1.1.13 db/migrate/20150213215118_drop_think_feel_do_dashboard_moderators.rb
think_feel_do_dashboard-1.1.12 db/migrate/20150213215118_drop_think_feel_do_dashboard_moderators.rb
think_feel_do_dashboard-1.1.11 db/migrate/20150213215118_drop_think_feel_do_dashboard_moderators.rb
think_feel_do_dashboard-1.1.10 db/migrate/20150213215118_drop_think_feel_do_dashboard_moderators.rb