]> source.dussan.org Git - gitea.git/commit
Use a common quote to instead of check database type (#16817)
authorLunny Xiao <xiaolunwen@gmail.com>
Wed, 25 Aug 2021 12:23:34 +0000 (20:23 +0800)
committerGitHub <noreply@github.com>
Wed, 25 Aug 2021 12:23:34 +0000 (13:23 +0100)
commitb88dbe1208e970776119d1b3c2807f995306d4b2
tree16fb76b29921f491869c9394cf5daa6162866f24
parent697213bdb35a745879145b1c9edc47552a05fe1b
Use a common quote to instead of check database type (#16817)

`` ` `` will be converted to different database quote by xorm. So check database type is unnecessary.
models/user.go