mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
parent
3c274ba8d4
commit
1f66f1323a
2 changed files with 8 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeEppSessionsUserIdToNotNull < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_null :epp_sessions, :user_id, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue