X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e78859aeaf40fd7c3d9f1ef1c0c8d1fd14bf41b0..f99c383318c4f9ea15639f0566f3e42db4e2c8b1:/app/models/user.rb diff --git a/app/models/user.rb b/app/models/user.rb index dbe91ab0f..2979b13d7 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -3,7 +3,7 @@ # Table name: users # # email :string not null -# id :integer not null, primary key +# id :bigint(8) not null, primary key # pass_crypt :string not null # creation_time :datetime not null # display_name :string default(""), not null @@ -33,7 +33,7 @@ # image_use_gravatar :boolean default(FALSE), not null # image_content_type :string # auth_provider :string -# home_tile :integer +# home_tile :bigint(8) # tou_agreed :datetime # # Indexes