X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dd905b5aa893918168c644045aa1b6069e95d48e..d8fb371d54ff464bbd45186b5848f6a9f9d87d5e:/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