]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20120404205604_add_user_and_description_to_redaction.rb
Switch to using the zeitwork autoloader
[rails.git] / db / migrate / 20120404205604_add_user_and_description_to_redaction.rb
index f23bd2ffc3a7b0252fb13078599c3c115623d769..56ef052533239da7bbd05b13f8d95da41126fc02 100644 (file)
@@ -1,5 +1,3 @@
-require "migrate"
-
 class AddUserAndDescriptionToRedaction < ActiveRecord::Migration[4.2]
   def change
     add_column :redactions, :user_id, :bigint, :null => false