allow unattached fci
This commit is contained in:
parent
461b774188
commit
2e118a8f5b
3 changed files with 7 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
class RemoveUserIdNotNullConstraintToFranceConnectInformation < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
change_column_null(:france_connect_informations, :user_id, true)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue