Remove redundant migration

This commit is contained in:
Priit Tark 2015-02-02 20:07:07 +02:00
parent dd1b660eca
commit eb2d7481c7

View file

@ -1,5 +0,0 @@
class RenameLogEppUserToLogApiUser < ActiveRecord::Migration
def change
rename_table :log_epp_users, :log_api_users
end
end