X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/094d9f9ba5f0206c33db9cc71b47e502607e03e4..1c66d7f50fe4d8ef22771f99d8690bc5136f30b7:/app/models/user.rb diff --git a/app/models/user.rb b/app/models/user.rb index 8d061e26b..a63846e42 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -3,7 +3,7 @@ # Table name: users # # email :string not null -# id :bigint(8) not null, primary key +# id :bigint not null, primary key # pass_crypt :string not null # creation_time :datetime not null # display_name :string default(""), not null @@ -28,7 +28,7 @@ # diary_entries_count :integer default(0), not null # image_use_gravatar :boolean default(FALSE), not null # auth_provider :string -# home_tile :bigint(8) +# home_tile :bigint # tou_agreed :datetime # diary_comments_count :integer default(0) # note_comments_count :integer default(0)