Sha256: 0cb3d0428a91f550962ee08e3da834fee97f3b3789f783e11c6cbc0a34f2579d

Contents?: true

Size: 275 Bytes

Versions: 14

Compression:

Stored size: 275 Bytes

Contents

class DropThinkFeelDoDashboardModerator < ActiveRecord::Migration
  def change  
    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

Version data entries

14 entries across 14 versions & 1 rubygems

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