mirror of
https://github.com/internetee/registry.git
synced 2025-05-21 19:59:38 +02:00
Move migration
This commit is contained in:
parent
bdd46a2217
commit
0d456e9a88
1 changed files with 0 additions and 0 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