Sha256: 4b4a1a82e9cbd220674524930961352afab8659da41a42d6d8045ded5be9821d
Contents?: true
Size: 196 Bytes
Versions: 34
Compression:
Stored size: 196 Bytes
Contents
class AddMissingIndexesToWikiContents < ActiveRecord::Migration def self.up add_index :wiki_contents, :author_id end def self.down remove_index :wiki_contents, :author_id end end
Version data entries
34 entries across 34 versions & 1 rubygems