Require the migration support code
This commit is contained in:
parent
c627cb4d3b
commit
2bdd542d9b
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require 'migrate'
|
||||
|
||||
class AddMoreChangesetIndexes < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_index "changesets", ["created_at"], :name => "changesets_created_at_idx"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue