0
0
Fork 0

Change user_id column non-nullable (#6435)

This commit is contained in:
Akihiko Odaki 2018-02-08 00:35:44 +09:00 committed by Eugen Rochko
parent 95c8232109
commit 67f7ffa792
4 changed files with 11 additions and 5 deletions

View file

@ -7,7 +7,7 @@
# data :json
# created_at :datetime not null
# updated_at :datetime not null
# user_id :integer
# user_id :integer not null
#
class Web::Setting < ApplicationRecord