X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/721dd9c27d299455b9159457a095716f797389f1..e4f0d1f32359f841bd6f49d8031d7cad39362f97:/db/migrate/010_diary_comments.rb diff --git a/db/migrate/010_diary_comments.rb b/db/migrate/010_diary_comments.rb index 43019a938..bf7319912 100644 --- a/db/migrate/010_diary_comments.rb +++ b/db/migrate/010_diary_comments.rb @@ -1,3 +1,5 @@ +require 'lib/migrate' + class DiaryComments < ActiveRecord::Migration def self.up create_table "diary_comments", myisam_table do |t|