mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Refactor EPP users to API users
This commit is contained in:
parent
b8494993ea
commit
c91c9c8ebf
44 changed files with 154 additions and 150 deletions
|
@ -0,0 +1,5 @@
|
|||
class RenameEppUsersToApiUsers < ActiveRecord::Migration
|
||||
def change
|
||||
rename_table('epp_users', 'api_users')
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue