X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a4edd3fd04b3f97fcff2fd77977fd2e2324f30d8..c37dc5c56d4be881e44500e1c8dde1826c0f78a7:/app/models/oauth2_application.rb diff --git a/app/models/oauth2_application.rb b/app/models/oauth2_application.rb index 834f1ded5..9a099e304 100644 --- a/app/models/oauth2_application.rb +++ b/app/models/oauth2_application.rb @@ -2,9 +2,9 @@ # # Table name: oauth_applications # -# id :bigint(8) not null, primary key +# id :bigint not null, primary key # owner_type :string not null -# owner_id :bigint(8) not null +# owner_id :bigint not null # name :string not null # uid :string not null # secret :string not null