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