]> source.dussan.org Git - gitea.git/commit
Fix wrong table name (#30557)
authorLunny Xiao <xiaolunwen@gmail.com>
Tue, 23 Apr 2024 03:00:57 +0000 (11:00 +0800)
committerGitHub <noreply@github.com>
Tue, 23 Apr 2024 03:00:57 +0000 (03:00 +0000)
commite94864e86c43f435af7e1fc3c4831a4cc0a3e981
treead072ecc27c6975a3cd3b4746982cc29ea02e8e7
parent8924d9b2efd52132876fcd106c625a2a2db7a295
Fix wrong table name (#30557)

The table name should be `oauth2_application` but `o_auth2_application`

Caused by
https://github.com/go-gitea/gitea/pull/21316/files#diff-9610efbc608a41f1f2eaff5790423f0a187906f6ff0beb23a5e8d18366cc2ccfR38
models/auth/oauth2_test.go
models/migrations/fixtures/Test_AddConfidentialClientColumnToOAuth2ApplicationTable/o_auth2_application.yml [deleted file]
models/migrations/fixtures/Test_AddConfidentialClientColumnToOAuth2ApplicationTable/oauth2_application.yml [new file with mode: 0644]
models/migrations/migrations.go
models/migrations/v1_18/v230.go
models/migrations/v1_18/v230_test.go
models/migrations/v1_23/v298.go [new file with mode: 0644]