diff options
Diffstat (limited to 'app/models/profile_photo.rb')
-rw-r--r-- | app/models/profile_photo.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/profile_photo.rb b/app/models/profile_photo.rb index 4ac684f5e..cd74c3580 100644 --- a/app/models/profile_photo.rb +++ b/app/models/profile_photo.rb @@ -1,11 +1,11 @@ # == Schema Information -# Schema version: 80 +# Schema version: 84 # # Table name: profile_photos # # id :integer not null, primary key # data :binary not null -# user_id :integer not null +# user_id :integer # # models/profile_photo.rb: |