X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/38640e0253e8984974d275f2c232eb057ba86c84..1d09cfcb18d589ea494bf5223f2eb9e0a773d7c6:/app/models/friend.rb diff --git a/app/models/friend.rb b/app/models/friend.rb index 86da87b93..615da1076 100644 --- a/app/models/friend.rb +++ b/app/models/friend.rb @@ -2,9 +2,9 @@ # # Table name: friends # -# id :integer not null, primary key -# user_id :integer not null -# friend_user_id :integer not null +# id :bigint(8) not null, primary key +# user_id :bigint(8) not null +# friend_user_id :bigint(8) not null # # Indexes #