X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/53817fa9e8d955df0891d156f21b7269b4ed08fc..ce63209f326d90ae07367008a78a7af9b812021c:/app/models/oauth2_application.rb?ds=inline 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