Class: AddBuildIndexes
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddBuildIndexes
- Defined in:
- lib/janky/database/migrate/1317384650_add_build_indexes.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
7 8 9 10 |
# File 'lib/janky/database/migrate/1317384650_add_build_indexes.rb', line 7 def self.down remove_index :builds, :commit_id remove_index :builds, :branch_id end |
.up ⇒ Object
2 3 4 5 |
# File 'lib/janky/database/migrate/1317384650_add_build_indexes.rb', line 2 def self.up add_index :builds, :commit_id add_index :builds, :branch_id end |