Rename table log_epp_users to log_api_users

This commit is contained in:
Priit Tark 2015-01-29 15:47:18 +02:00
parent 1591d6a7b4
commit 448f450e54
2 changed files with 24 additions and 22 deletions

View file

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