Skip to content

Commit

Permalink
Rename migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Beljajev committed Feb 7, 2018
1 parent 2dcf0f5 commit c5f8c7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class ExtractUserIdFromEppSessionsData < ActiveRecord::Migration
class AddEppSessionsUserId < ActiveRecord::Migration
def change
add_reference :epp_sessions, :user, foreign_key: true
end
Expand Down

0 comments on commit c5f8c7e

Please sign in to comment.