Sha256: 44a1db859a098d4c2f221009a6afa4c6e21e5ff0477ed7fd39a2d796773ba85c

Contents?: true

Size: 153 Bytes

Versions: 160

Compression:

Stored size: 153 Bytes

Contents

class RemoveAuthors < ActiveRecord::Migration[4.2]
  def change
    remove_column :exercises, :author_id
    remove_column :guides, :author_id
  end
end

Version data entries

160 entries across 160 versions & 2 rubygems

Version Path
mumuki-domain-6.0.0 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.13.0 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.12.1 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.12.0 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.11.0 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.10.4 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.10.3 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.10.2 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.10.1 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.10.0 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.9.1 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.9.0 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.8.3 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.8.1 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.8.0 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.7.0 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.6.3 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.6.2 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.6.1 db/migrate/20151211034943_remove_authors.rb
mumuki-laboratory-5.6.0 db/migrate/20151211034943_remove_authors.rb