summaryrefslogtreecommitdiffstats
path: root/go.sum
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2020-07-21 20:28:27 +0800
committerGitHub <noreply@github.com>2020-07-21 20:28:27 +0800
commit45631083a452534b988b2ecc583e9258216562cd (patch)
treecb0fbdb0f971a3c41567f27b4c8c1dbd7547da72 /go.sum
parented8e064f5ea53dd4012b26cfbe7dcde681e63dc2 (diff)
downloadgitea-45631083a452534b988b2ecc583e9258216562cd.tar.gz
gitea-45631083a452534b988b2ecc583e9258216562cd.zip
Support use nvarchar for all varchar columns when using mssql (#12269)
* Support use nvarchar for all varchar columns when using mssql * fix lint * Change DEFAULT_VARCHAR to nvarchar * Remove the config for default varchar since it's unnecessary
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.sum b/go.sum
index eecd43729b..9536980172 100644
--- a/go.sum
+++ b/go.sum
@@ -979,5 +979,5 @@ xorm.io/core v0.7.2 h1:mEO22A2Z7a3fPaZMk6gKL/jMD80iiyNwRrX5HOv3XLw=
xorm.io/core v0.7.2/go.mod h1:jJfd0UAEzZ4t87nbQYtVjmqpIODugN6PD2D9E+dJvdM=
xorm.io/xorm v0.8.0 h1:iALxgJrX8O00f8Jk22GbZwPmxJNgssV5Mv4uc2HL9PM=
xorm.io/xorm v0.8.0/go.mod h1:ZkJLEYLoVyg7amJK/5r779bHyzs2AU8f8VMiP6BM7uY=
-xorm.io/xorm v1.0.3 h1:3dALAohvINu2mfEix5a5x5ZmSVGSljinoSGgvGbaZp0=
-xorm.io/xorm v1.0.3/go.mod h1:uF9EtbhODq5kNWxMbnBEj8hRRZnlcNSz2t2N7HW/+A4=
+xorm.io/xorm v1.0.4-0.20200718080127-318102c9ff87 h1:vgc2F0wjD0cyrNrSKiIdWu123wuKkPQI84DZUKvJ6ns=
+xorm.io/xorm v1.0.4-0.20200718080127-318102c9ff87/go.mod h1:uF9EtbhODq5kNWxMbnBEj8hRRZnlcNSz2t2N7HW/+A4=