X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c8ee1351049ef1bb4d7b50d071b2a96154266d1d..d9ed74265ff1cd290beb85612e409e6748a92f60:/db/migrate/010_diary_comments.rb?ds=sidebyside 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|