Change user_id column non-nullable (#6435)
parent
752ccc52e8
commit
72e284028f
@ -0,0 +1,6 @@
|
||||
class ChangeUserIdNonnullable < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
change_column_null :invites, :user_id, false
|
||||
change_column_null :web_settings, :user_id, false
|
||||
end
|
||||
end
|
Loading…
Reference in new issue