You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Namestring`xorm:"UNIQUE(s) NOT NULL"`// git's ref-name is case-sensitive internally, however, in some databases (mssql, mysql, by default), it's case-insensitive at the moment
108
+
Namestring`xorm:"UNIQUE(s) NOT NULL"`
107
109
CommitIDstring
108
110
CommitMessagestring`xorm:"TEXT"`// it only stores the message summary (the first line)
109
111
PusherIDint64
@@ -117,6 +119,20 @@ type Branch struct {
117
119
UpdatedUnix timeutil.TimeStamp`xorm:"updated"`
118
120
}
119
121
122
+
// TableCollations is to make the "name" column case-sensitve for MySQL/MSSQL
0 commit comments