mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Rename table log_epp_users to log_api_users
This commit is contained in:
parent
1591d6a7b4
commit
448f450e54
2 changed files with 24 additions and 22 deletions
|
@ -0,0 +1,5 @@
|
|||
class RenameLogEppUserToLogApiUser < ActiveRecord::Migration
|
||||
def change
|
||||
rename_table :log_epp_users, :log_api_users
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue